/** * get_outline ツール * 文書の構造(アウトライン)を取得する */ import type { ToolRegistrationContext, RegisteredTool } from './types.js'; /** * get_outline ツールを登録 */ export declare function registerGetOutlineTool(context: ToolRegistrationContext): RegisteredTool; //# sourceMappingURL=get-outline.d.ts.map