import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffUpdateManyMutationInputObjectSchema: z.ZodType; export declare const StaffUpdateManyMutationInputObjectZodSchema: z.ZodObject<{ name: z.ZodOptional>]>>; email: z.ZodNullable>]>>>; role: z.ZodOptional>]>>; phone: z.ZodNullable>]>>>; createdAt: z.ZodOptional>]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; email?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; role?: string | Prisma.StringFieldUpdateOperationsInput | undefined; phone?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; email?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; role?: string | Prisma.StringFieldUpdateOperationsInput | undefined; phone?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; }>; //# sourceMappingURL=StaffUpdateManyMutationInput.schema.d.ts.map