import { MoveAnalyzer, MoveAnalyzerContext } from '../src/moveAnalyzers';
import { BackgammonMoveBase } from '../../nodots-backgammon-types/src/move';
export declare class GnubgMoveAnalyzer implements MoveAnalyzer {
    selectMove(moves: BackgammonMoveBase[], context?: MoveAnalyzerContext): Promise<BackgammonMoveBase | null>;
}
export default GnubgMoveAnalyzer;
//# sourceMappingURL=gnubgMoveAnalyzer.d.ts.map