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