/** List of possible state of the service pack */export declare enum ServicePackStateEnum {
'activating' = "activating",
'active' = "active",
'error' = "error",
'waitingForCustomer' = "waitingForCustomer"
}
//# sourceMappingURL=ServicePackStateEnum.d.ts.map