import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileCreateOneSchema: z.ZodType; export declare const CloudFileCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.CloudFileUncheckedCreateInput | Prisma.CloudFileCreateInput; include?: Prisma.CloudFileInclude | undefined; select?: Prisma.CloudFileSelect | undefined; }, { data: Prisma.CloudFileUncheckedCreateInput | Prisma.CloudFileCreateInput; include?: Prisma.CloudFileInclude | undefined; select?: Prisma.CloudFileSelect | undefined; }>; //# sourceMappingURL=createOneCloudFile.schema.d.ts.map