import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUpdateOneWithoutClaimNestedInputObjectSchema: z.ZodType; export declare const PaymentUpdateOneWithoutClaimNestedInputObjectZodSchema: 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.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined; connect?: Prisma.PaymentWhereUniqueInput | undefined; update?: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput | undefined; upsert?: Prisma.PaymentUpsertWithoutClaimInput | undefined; disconnect?: boolean | Prisma.PaymentWhereInput | undefined; delete?: boolean | Prisma.PaymentWhereInput | undefined; }, { create?: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined; connect?: Prisma.PaymentWhereUniqueInput | undefined; update?: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput | undefined; upsert?: Prisma.PaymentUpsertWithoutClaimInput | undefined; disconnect?: boolean | Prisma.PaymentWhereInput | undefined; delete?: boolean | Prisma.PaymentWhereInput | undefined; }>; //# sourceMappingURL=PaymentUpdateOneWithoutClaimNestedInput.schema.d.ts.map