import { type OdfSession, SessionManager } from '../../session/manager.js'; import { type ToolResponse } from '../types.js'; export declare function odfReplaceText(manager: SessionManager, session: OdfSession, params: { target_paragraph_id: string; old_string: string; new_string: string; instruction: string; }, metadata: Record): Promise; //# sourceMappingURL=replace_text.d.ts.map