import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileChunkFindUniqueSchema: z.ZodType; export declare const CloudFileChunkFindUniqueZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileChunkSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileChunkInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.CloudFileChunkWhereUniqueInput; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; }, { where: Prisma.CloudFileChunkWhereUniqueInput; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; }>; //# sourceMappingURL=findUniqueCloudFileChunk.schema.d.ts.map