import { type RevisionContext } from '@usejunior/docx-core'; import { SessionManager } from '../session/manager.js'; import { type ToolResponse } from './types.js'; export declare function insertParagraph(manager: SessionManager, params: { file_path?: string; positional_anchor_node_id: string; new_string: string; instruction: string; position?: string; style_source_id?: string; target_style?: string; /** * Internal (not exposed in the MCP tool schema): set by batch_edit, which * preflights the whole step sequence once instead of per step. */ skip_ai_revision_preflight?: boolean; }, ctx?: RevisionContext): Promise; //# sourceMappingURL=insert_paragraph.d.ts.map