import { Board } from '../types'; declare const getEmptyTileCoords: (board: Board) => [number, number][]; export default getEmptyTileCoords;