import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const DatabaseBackupFindUniqueOrThrowSchema: z.ZodType; export declare const DatabaseBackupFindUniqueOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.DatabaseBackupSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.DatabaseBackupInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.DatabaseBackupWhereUniqueInput; include?: Prisma.DatabaseBackupInclude | undefined; select?: Prisma.DatabaseBackupSelect | undefined; }, { where: Prisma.DatabaseBackupWhereUniqueInput; include?: Prisma.DatabaseBackupInclude | undefined; select?: Prisma.DatabaseBackupSelect | undefined; }>; //# sourceMappingURL=findUniqueOrThrowDatabaseBackup.schema.d.ts.map