export declare enum ClientBudgetAllocationBillingStatus { ACTIVE = "active", DELAYED = "delayed", INACTIVE = "inactive", PENDING = "pending" }