export declare enum ControlCommandCode {
    ERROR = "ERROR",
    WARNING = "WARNING",
    OK = "OK"
}
