import type { Descendant } from 'slate'; import type { YooEditor } from '../editor/types'; export declare function deserializeTextNodes(editor: YooEditor, nodes: NodeListOf): Descendant[]; //# sourceMappingURL=deserializeTextNodes.d.ts.map