import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFolderFindUniqueSchema: z.ZodType; export declare const CloudFolderFindUniqueZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFolderSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFolderInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.CloudFolderWhereUniqueInput; include?: Prisma.CloudFolderInclude | undefined; select?: Prisma.CloudFolderSelect | undefined; }, { where: Prisma.CloudFolderWhereUniqueInput; include?: Prisma.CloudFolderInclude | undefined; select?: Prisma.CloudFolderSelect | undefined; }>; //# sourceMappingURL=findUniqueCloudFolder.schema.d.ts.map