import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpsertWithoutBackupsInputObjectSchema: z.ZodType; export declare const UserUpsertWithoutBackupsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput; update: Prisma.UserUpdateWithoutBackupsInput | Prisma.UserUncheckedUpdateWithoutBackupsInput; where?: Prisma.UserWhereInput | undefined; }, { create: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput; update: Prisma.UserUpdateWithoutBackupsInput | Prisma.UserUncheckedUpdateWithoutBackupsInput; where?: Prisma.UserWhereInput | undefined; }>; //# sourceMappingURL=UserUpsertWithoutBackupsInput.schema.d.ts.map