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