import { SessionManager } from '../session/manager.js'; import { type ToolResponse } from './types.js'; export declare function updateFootnote(manager: SessionManager, params: { file_path?: string; note_id?: number; new_text?: string; }): Promise; //# sourceMappingURL=update_footnote.d.ts.map