import { Board } from '../../types/board.type';
export declare const boardToSequence: (board: Board) => string;
