export default function boardToString(board: readonly (readonly (null | string)[])[]): string;
