Documentation
    Preparing search index...
    UCIBestmoveMessage: UCIMessage & {
        bestmove: string;
        ponder?: string;
        type: BEST_MOVE;
    }