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