/** ℹ️ This enum is non-exhaustive. */ export declare const Billing: { readonly ClientBill: "client_bill"; readonly CommercialInsurance: "commercial_insurance"; readonly PatientBillPassthrough: "patient_bill_passthrough"; readonly PatientBill: "patient_bill"; }; export type Billing = (typeof Billing)[keyof typeof Billing];