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