import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpdateOneRequiredWithoutBackupsNestedInputObjectSchema: z.ZodType; export declare const UserUpdateOneRequiredWithoutBackupsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutBackupsInput | Prisma.UserUncheckedUpdateWithoutBackupsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupsInput | undefined; upsert?: Prisma.UserUpsertWithoutBackupsInput | undefined; }, { create?: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutBackupsInput | Prisma.UserUncheckedUpdateWithoutBackupsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupsInput | undefined; upsert?: Prisma.UserUpsertWithoutBackupsInput | undefined; }>; //# sourceMappingURL=UserUpdateOneRequiredWithoutBackupsNestedInput.schema.d.ts.map