import type { Grid } from "../+types.js";
export declare function fullWidthStartEndIndex(grid: Grid<any>): number[];
