export declare enum ServiceActions { START = "start", RESTART = "restart", STOP = "stop" }