import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileChunkCreateOneSchema: z.ZodType; export declare const CloudFileChunkCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileChunkSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileChunkInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.CloudFileChunkCreateInput | Prisma.CloudFileChunkUncheckedCreateInput; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; }, { data: Prisma.CloudFileChunkCreateInput | Prisma.CloudFileChunkUncheckedCreateInput; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; }>; //# sourceMappingURL=createOneCloudFileChunk.schema.d.ts.map