/** Status of the service. */
export declare enum ServiceStatusEnum {
    'active' = "active",
    'creating' = "creating",
    'deleted' = "deleted",
    'suspended' = "suspended",
    'toCreate' = "toCreate",
    'toDelete' = "toDelete"
}
//# sourceMappingURL=ServiceStatusEnum.d.ts.map