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