/** ℹ️ This enum is non-exhaustive. */ export declare const LabLocationCapability: { readonly Stat: "stat"; readonly AppointmentSchedulingViaJunction: "appointment_scheduling_via_junction"; readonly AppointmentSchedulingWithLab: "appointment_scheduling_with_lab"; }; export type LabLocationCapability = (typeof LabLocationCapability)[keyof typeof LabLocationCapability];