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