import { CellSelection } from '@tiptap/pm/tables';
export declare function isCellSelection(value: unknown): value is CellSelection;
//# sourceMappingURL=isCellSelection.d.ts.map