import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const DatabaseBackupFindManySelectSchema: z.ZodType; export declare const DatabaseBackupFindManySelectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodOptional; createdAt: z.ZodOptional; user: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; }>; export declare const DatabaseBackupFindManySchema: z.ZodType; export declare const DatabaseBackupFindManyZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.DatabaseBackupSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.DatabaseBackupInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.DatabaseBackupWhereInput | undefined; include?: Prisma.DatabaseBackupInclude | undefined; select?: Prisma.DatabaseBackupSelect | undefined; orderBy?: Prisma.DatabaseBackupOrderByWithRelationInput | Prisma.DatabaseBackupOrderByWithRelationInput[] | undefined; cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; }, { where?: Prisma.DatabaseBackupWhereInput | undefined; include?: Prisma.DatabaseBackupInclude | undefined; select?: Prisma.DatabaseBackupSelect | undefined; orderBy?: Prisma.DatabaseBackupOrderByWithRelationInput | Prisma.DatabaseBackupOrderByWithRelationInput[] | undefined; cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; }>; //# sourceMappingURL=findManyDatabaseBackup.schema.d.ts.map