import type { GridIterOpts2D } from "./api.js"; /** * Yields sequence of 2D grid coordinates in row-major order. Same as * [`range2d`](https://docs.thi.ng/umbrella/transducers/functions/range2d.html). * * @param opts - */ export declare const rows2d: (opts: GridIterOpts2D) => IterableIterator; //# sourceMappingURL=rows.d.ts.map