import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpsertWithoutServiceLinesInputObjectSchema: z.ZodType; export declare const ClaimUpsertWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput; update: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput; where?: Prisma.ClaimWhereInput | undefined; }, { create: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput; update: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput; where?: Prisma.ClaimWhereInput | undefined; }>; //# sourceMappingURL=ClaimUpsertWithoutServiceLinesInput.schema.d.ts.map