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