import { Editor } from '../core/Editor.js'; import { SDGetInput, SDDocument } from '@superdoc/document-api'; /** * Read the full document as an SDDocument structure. * * @param editor - The editor instance. * @param input - Get input with optional read options. * @returns An SDDocument with body content projected into SDM/1 canonical shapes. */ export declare function getAdapter(editor: Editor, input: SDGetInput): SDDocument; //# sourceMappingURL=get-adapter.d.ts.map