import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const BackupDestinationUpsertOneSchema: z.ZodType; export declare const BackupDestinationUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.BackupDestinationSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.BackupDestinationInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.BackupDestinationUncheckedCreateInput | Prisma.BackupDestinationCreateInput; where: Prisma.BackupDestinationWhereUniqueInput; update: Prisma.BackupDestinationUpdateInput | Prisma.BackupDestinationUncheckedUpdateInput; include?: Prisma.BackupDestinationInclude | undefined; select?: Prisma.BackupDestinationSelect | undefined; }, { create: Prisma.BackupDestinationUncheckedCreateInput | Prisma.BackupDestinationCreateInput; where: Prisma.BackupDestinationWhereUniqueInput; update: Prisma.BackupDestinationUpdateInput | Prisma.BackupDestinationUncheckedUpdateInput; include?: Prisma.BackupDestinationInclude | undefined; select?: Prisma.BackupDestinationSelect | undefined; }>; //# sourceMappingURL=upsertOneBackupDestination.schema.d.ts.map