import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateOrConnectWithoutUpdatedPaymentsInputObjectSchema: z.ZodType; export declare const UserCreateOrConnectWithoutUpdatedPaymentsInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput; where: Prisma.UserWhereUniqueInput; }, { create: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput; where: Prisma.UserWhereUniqueInput; }>; //# sourceMappingURL=UserCreateOrConnectWithoutUpdatedPaymentsInput.schema.d.ts.map