import { type Board } from '../Board'; import { type Cell } from '../Cell'; export declare function getCollisions(board: Board, cells: Cell[], isHorizontal: boolean): Cell[][];