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