import { Editor } from 'slate'; import { ElementNode, ElementNodeKind } from '../types'; export declare function wrapOrInsertNode(editor: Editor, node: Omit): T; export declare function unwrapNode(editor: Editor, kind: ElementNodeKind): void;