import { Editor } from '../core/Editor.js'; import { GetMarkdownInput } from '@superdoc/document-api'; /** * Return the full document content as a Markdown string. * * @param editor - The editor instance. * @param _input - Canonical getMarkdown input (empty). * @returns Markdown string representation of the document. */ export declare function getMarkdownAdapter(editor: Editor, input: GetMarkdownInput): string; //# sourceMappingURL=get-markdown-adapter.d.ts.map