import { Bitboard } from '../bitwise/types'; import { DraughtsEngineMove } from '../core/engine'; import { DraughtsComputerStrategyArgs } from './computer'; export declare function random({ engine, }: DraughtsComputerStrategyArgs): Promise>;