import type { Selection } from '@milkdown/prose/state'; import type { CellPos } from './types'; export declare function getCellsInRow(rowIndex: number | number[], selection: Selection): CellPos[] | undefined; //# sourceMappingURL=get-cells-in-row.d.ts.map