/** ℹ️ This enum is non-exhaustive. */ export declare const AppointmentType: { readonly Phlebotomy: "phlebotomy"; readonly PatientServiceCenter: "patient_service_center"; }; export type AppointmentType = (typeof AppointmentType)[keyof typeof AppointmentType];