import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpsertWithoutUpdatedPaymentsInputObjectSchema: z.ZodType; export declare const UserUpsertWithoutUpdatedPaymentsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput; update: Prisma.UserUpdateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput; where?: Prisma.UserWhereInput | undefined; }, { create: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput; update: Prisma.UserUpdateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput; where?: Prisma.UserWhereInput | undefined; }>; //# sourceMappingURL=UserUpsertWithoutUpdatedPaymentsInput.schema.d.ts.map