import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const ClaimUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimUncheckedCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput; where: Prisma.ClaimWhereUniqueInput; update: Prisma.ClaimUncheckedUpdateWithoutUserInput | Prisma.ClaimUpdateWithoutUserInput; }, { create: Prisma.ClaimUncheckedCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput; where: Prisma.ClaimWhereUniqueInput; update: Prisma.ClaimUncheckedUpdateWithoutUserInput | Prisma.ClaimUpdateWithoutUserInput; }>; //# sourceMappingURL=ClaimUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map