export declare enum ServiceStatus { STARTING = "starting", RUNNING = "running", STOPPING = "stopping", STOPPED = "stopped", CRASHED = "crashed" }