import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const BackupDestinationUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput; where: Prisma.BackupDestinationWhereUniqueInput; update: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput; }, { create: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput; where: Prisma.BackupDestinationWhereUniqueInput; update: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput; }>; //# sourceMappingURL=BackupDestinationUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map