export declare enum ServiceStatus {
    NOT_RUNNING = "NotRunning",
    STARTING = "Starting",
    RUNNING = "Running"
}
