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