/** Status of of the service */
export declare enum ServiceStatusEnum {
    'alive' = "alive",
    'dead' = "dead",
    'disabled' = "disabled",
    'new' = "new"
}
//# sourceMappingURL=ServiceStatusEnum.d.ts.map