import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpdateOneWithoutPaymentNestedInputObjectSchema: z.ZodType; export declare const ClaimUpdateOneWithoutPaymentNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; disconnect: z.ZodOptional>]>>; delete: z.ZodOptional>]>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined; connect?: Prisma.ClaimWhereUniqueInput | undefined; update?: Prisma.ClaimUpdateWithoutPaymentInput | Prisma.ClaimUncheckedUpdateWithoutPaymentInput | Prisma.ClaimUpdateToOneWithWhereWithoutPaymentInput | undefined; upsert?: Prisma.ClaimUpsertWithoutPaymentInput | undefined; disconnect?: boolean | Prisma.ClaimWhereInput | undefined; delete?: boolean | Prisma.ClaimWhereInput | undefined; }, { create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined; connect?: Prisma.ClaimWhereUniqueInput | undefined; update?: Prisma.ClaimUpdateWithoutPaymentInput | Prisma.ClaimUncheckedUpdateWithoutPaymentInput | Prisma.ClaimUpdateToOneWithWhereWithoutPaymentInput | undefined; upsert?: Prisma.ClaimUpsertWithoutPaymentInput | undefined; disconnect?: boolean | Prisma.ClaimWhereInput | undefined; delete?: boolean | Prisma.ClaimWhereInput | undefined; }>; //# sourceMappingURL=ClaimUpdateOneWithoutPaymentNestedInput.schema.d.ts.map