export declare enum CommandResponse {
    UNKNOWN = -1,
    SUCCESS = 1,
    FAILED = 0
}
