import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileDeleteManySchema: z.ZodType; export declare const CloudFileDeleteManyZodSchema: z.ZodObject<{ where: z.ZodOptional>; }, "strict", z.ZodTypeAny, { where?: Prisma.CloudFileWhereInput | undefined; }, { where?: Prisma.CloudFileWhereInput | undefined; }>; //# sourceMappingURL=deleteManyCloudFile.schema.d.ts.map