import { CellSelection, EditorView } from '@milkdown/prose'; import { Item } from './actions'; export declare const getCellSelection: (view: EditorView) => CellSelection; export declare const isFirstRowSelected: (selection: CellSelection) => boolean; export declare const calculateItem: (actions: Record, view: EditorView) => void; //# sourceMappingURL=helper.d.ts.map