/** ℹ️ This enum is non-exhaustive. */ export declare const AppointmentServiceType: { readonly AppointmentReady: "appointment-ready"; readonly AppointmentRequest: "appointment-request"; }; export type AppointmentServiceType = (typeof AppointmentServiceType)[keyof typeof AppointmentServiceType];