import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const BackupDestinationFindUniqueOrThrowSchema: z.ZodType; export declare const BackupDestinationFindUniqueOrThrowZodSchema: 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=findUniqueOrThrowBackupDestination.schema.d.ts.map