import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpdateOneRequiredWithoutBackupDestinationsNestedInputObjectSchema: z.ZodType; export declare const UserUpdateOneRequiredWithoutBackupDestinationsNestedInputObjectZodSchema: 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.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupDestinationsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupDestinationsInput | undefined; upsert?: Prisma.UserUpsertWithoutBackupDestinationsInput | undefined; }, { create?: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupDestinationsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupDestinationsInput | undefined; upsert?: Prisma.UserUpsertWithoutBackupDestinationsInput | undefined; }>; //# sourceMappingURL=UserUpdateOneRequiredWithoutBackupDestinationsNestedInput.schema.d.ts.map