import { type OdfSession, SessionManager } from '../../session/manager.js'; import { type ToolResponse } from '../types.js'; /** * ODF (.odt) `get_comments`. Walks `content.xml` for `office:annotation` elements and returns them * in document order in the same shape as the DOCX tool. ODF has no reply graph, so `replies` is * always empty. */ export declare function odfGetComments(_manager: SessionManager, session: OdfSession, _params: { file_path?: string; }, metadata: Record): Promise; //# sourceMappingURL=get_comments.d.ts.map