import type { PositionGridCell } from "../+types"; export declare function cellEqual(left: PositionGridCell, right: PositionGridCell): boolean;