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