import { Editor } from '../core/Editor.js'; import { GetTextInput } from '@superdoc/document-api'; /** * Return the full document text content from the ProseMirror document. * * @param editor - The editor instance. * @returns Plain text content of the document. */ export declare function getTextAdapter(editor: Editor, input: GetTextInput): string; //# sourceMappingURL=get-text-adapter.d.ts.map