import { EditorState, NodeId } from '../interfaces'; export declare const removeNodeFromEvents: (state: EditorState, nodeId: NodeId) => void;