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