import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateNestedOneWithoutUpdatedPaymentsInputObjectSchema: z.ZodType; export declare const UserCreateNestedOneWithoutUpdatedPaymentsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }, { create?: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }>; //# sourceMappingURL=UserCreateNestedOneWithoutUpdatedPaymentsInput.schema.d.ts.map