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