import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimFileUpsertWithWhereUniqueWithoutClaimInputObjectSchema: z.ZodType; export declare const ClaimFileUpsertWithWhereUniqueWithoutClaimInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimFileCreateWithoutClaimInput | Prisma.ClaimFileUncheckedCreateWithoutClaimInput; where: Prisma.ClaimFileWhereUniqueInput; update: Prisma.ClaimFileUpdateWithoutClaimInput | Prisma.ClaimFileUncheckedUpdateWithoutClaimInput; }, { create: Prisma.ClaimFileCreateWithoutClaimInput | Prisma.ClaimFileUncheckedCreateWithoutClaimInput; where: Prisma.ClaimFileWhereUniqueInput; update: Prisma.ClaimFileUpdateWithoutClaimInput | Prisma.ClaimFileUncheckedUpdateWithoutClaimInput; }>; //# sourceMappingURL=ClaimFileUpsertWithWhereUniqueWithoutClaimInput.schema.d.ts.map