export declare enum QuickBooksBillableStatusesEnum { Billable = "Billable", NotBillable = "NotBillable", HasBeenBill = "HasBeenBill" }