import { Cell } from '../Cell'; import { type ResultJson } from '../ResultJson'; export declare function getPlacedCell(json: ResultJson, placedIndex: number, x: number, y: number): Cell;