import { InsertNodeOperation, Node } from '../../../slate/index.ts'; import { XmlText } from 'yjs'; export declare function insertNode(sharedRoot: XmlText, slateRoot: Node, op: InsertNodeOperation): void;