/** ℹ️ This enum is non-exhaustive. */ export declare const LabTestStatus: { readonly Active: "active"; readonly PendingApproval: "pending_approval"; readonly Inactive: "inactive"; }; export type LabTestStatus = (typeof LabTestStatus)[keyof typeof LabTestStatus];