export declare enum ServiceStatus {
    GREEN = "GREEN",
    GREEN_I = "GREEN_I",
    YELLOW = "YELLOW",
    RED = "RED"
}
