import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpdateOneWithoutUpdatedPaymentsNestedInputObjectSchema: z.ZodType; export declare const UserUpdateOneWithoutUpdatedPaymentsNestedInputObjectZodSchema: 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.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput | Prisma.UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput | undefined; upsert?: Prisma.UserUpsertWithoutUpdatedPaymentsInput | undefined; disconnect?: boolean | Prisma.UserWhereInput | undefined; delete?: boolean | Prisma.UserWhereInput | undefined; }, { create?: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput | Prisma.UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput | undefined; upsert?: Prisma.UserUpsertWithoutUpdatedPaymentsInput | undefined; disconnect?: boolean | Prisma.UserWhereInput | undefined; delete?: boolean | Prisma.UserWhereInput | undefined; }>; //# sourceMappingURL=UserUpdateOneWithoutUpdatedPaymentsNestedInput.schema.d.ts.map