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