import { CellSelection } from '@tiptap/pm/tables'; export declare function isCellSelection(value: unknown): value is CellSelection;