import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpsertWithoutPaymentInputObjectSchema: z.ZodType; export declare const ClaimUpsertWithoutPaymentInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput; update: Prisma.ClaimUpdateWithoutPaymentInput | Prisma.ClaimUncheckedUpdateWithoutPaymentInput; where?: Prisma.ClaimWhereInput | undefined; }, { create: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput; update: Prisma.ClaimUpdateWithoutPaymentInput | Prisma.ClaimUncheckedUpdateWithoutPaymentInput; where?: Prisma.ClaimWhereInput | undefined; }>; //# sourceMappingURL=ClaimUpsertWithoutPaymentInput.schema.d.ts.map