import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const BackupDestinationFindFirstSelectSchema: z.ZodType; export declare const BackupDestinationFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodOptional; path: z.ZodOptional; isActive: z.ZodOptional; createdAt: z.ZodOptional; user: z.ZodOptional; }, "strict", z.ZodTypeAny, { path?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; isActive?: boolean | undefined; }, { path?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; isActive?: boolean | undefined; }>; export declare const BackupDestinationFindFirstSchema: z.ZodType; export declare const BackupDestinationFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.BackupDestinationSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.BackupDestinationInclude>>>; 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.BackupDestinationWhereInput | undefined; include?: Prisma.BackupDestinationInclude | undefined; select?: Prisma.BackupDestinationSelect | undefined; orderBy?: Prisma.BackupDestinationOrderByWithRelationInput | Prisma.BackupDestinationOrderByWithRelationInput[] | undefined; cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; }, { where?: Prisma.BackupDestinationWhereInput | undefined; include?: Prisma.BackupDestinationInclude | undefined; select?: Prisma.BackupDestinationSelect | undefined; orderBy?: Prisma.BackupDestinationOrderByWithRelationInput | Prisma.BackupDestinationOrderByWithRelationInput[] | undefined; cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; }>; //# sourceMappingURL=findFirstBackupDestination.schema.d.ts.map