import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFolderFindFirstSelectSchema: z.ZodType; export declare const CloudFolderFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodOptional; name: z.ZodOptional; parentId: z.ZodOptional; parent: z.ZodOptional; children: z.ZodOptional; user: z.ZodOptional; files: z.ZodOptional; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; files?: boolean | undefined; parentId?: boolean | undefined; parent?: boolean | undefined; _count?: boolean | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; files?: boolean | undefined; parentId?: boolean | undefined; parent?: boolean | undefined; _count?: boolean | undefined; }>; export declare const CloudFolderFindFirstSchema: z.ZodType; export declare const CloudFolderFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFolderSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.CloudFolderInclude>>>; 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.CloudFolderWhereInput | undefined; include?: Prisma.CloudFolderInclude | undefined; select?: Prisma.CloudFolderSelect | undefined; orderBy?: Prisma.CloudFolderOrderByWithRelationInput | Prisma.CloudFolderOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }, { where?: Prisma.CloudFolderWhereInput | undefined; include?: Prisma.CloudFolderInclude | undefined; select?: Prisma.CloudFolderSelect | undefined; orderBy?: Prisma.CloudFolderOrderByWithRelationInput | Prisma.CloudFolderOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }>; //# sourceMappingURL=findFirstCloudFolder.schema.d.ts.map