export declare enum AdminCommandResult {
    RESULT_PROCESSED = 1,
    RESULT_REJECTED = 2,
    RESULT_UNKNOWN_COMMAND = 3
}
