/** ℹ️ This enum is non-exhaustive. */ export declare const AppointmentProvider: { readonly Getlabs: "getlabs"; readonly Phlebfinders: "phlebfinders"; readonly Quest: "quest"; }; export type AppointmentProvider = (typeof AppointmentProvider)[keyof typeof AppointmentProvider];