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