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