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