import { NodeSelection } from '@tiptap/pm/state';
export declare function isNodeSelection(value: unknown): value is NodeSelection;
