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