import type { Grid } from "../+types.js";
export declare function isStartRect(grid: Grid<any>, rect: {
    columnStart: number;
    columnEnd: number;
}): boolean;
