export declare enum SLAStatus { PENDING = "pending", PROVISIONING = "provisioning", ACTIVE = "active", SUSPENDED = "suspended", SUSPENDED_BUDGET_ALLOCATION = "suspendedBudgetAllocation", CANCELLED = "cancelled", FINISHED = "finished" }