import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffUpdateWithoutClaimsInputObjectSchema: z.ZodType; export declare const StaffUpdateWithoutClaimsInputObjectZodSchema: z.ZodObject<{ name: z.ZodOptional>]>>; email: z.ZodNullable>]>>>; role: z.ZodOptional>]>>; phone: z.ZodNullable>]>>>; createdAt: z.ZodOptional>]>>; user: z.ZodOptional>>; appointments: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; user?: Prisma.UserUpdateOneWithoutStaffNestedInput | 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; 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=StaffUpdateWithoutClaimsInput.schema.d.ts.map