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