/** ℹ️ This enum is non-exhaustive. */ export declare const DelegatedFlowType: { readonly OrderAndResultsWithCustomerPhysicianNetwork: "order_and_results_with_customer_physician_network"; readonly OrderWithVitalPhysicianNetwork: "order_with_vital_physician_network"; readonly OrderAndResultsWithVitalPhysicianNetwork: "order_and_results_with_vital_physician_network"; }; export type DelegatedFlowType = (typeof DelegatedFlowType)[keyof typeof DelegatedFlowType];