import { type Board } from '../Board'; import { type Cell } from '../Cell'; import { type ResultJson } from '../ResultJson'; export declare function getCells(board: Board, json: ResultJson): Cell[];