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