import { IColor, ILegalMoves } from '../../types';
import Board from '../Board/Board';
export declare function bishopsMoves(board: Board, hasToPlay: IColor): ILegalMoves;
