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