import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const BackupDestinationDeleteOneSchema: z.ZodType; export declare const BackupDestinationDeleteOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.BackupDestinationSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.BackupDestinationInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.BackupDestinationWhereUniqueInput; include?: Prisma.BackupDestinationInclude | undefined; select?: Prisma.BackupDestinationSelect | undefined; }, { where: Prisma.BackupDestinationWhereUniqueInput; include?: Prisma.BackupDestinationInclude | undefined; select?: Prisma.BackupDestinationSelect | undefined; }>; //# sourceMappingURL=deleteOneBackupDestination.schema.d.ts.map