export declare enum ProcessState { Errored = "errored", Online = "online", Stopped = "stopped" }