import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileDeleteOneSchema: z.ZodType; export declare const CloudFileDeleteOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.CloudFileWhereUniqueInput; include?: Prisma.CloudFileInclude | undefined; select?: Prisma.CloudFileSelect | undefined; }, { where: Prisma.CloudFileWhereUniqueInput; include?: Prisma.CloudFileInclude | undefined; select?: Prisma.CloudFileSelect | undefined; }>; //# sourceMappingURL=deleteOneCloudFile.schema.d.ts.map