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