/** * get_document ツール * 文書の内容を取得する */ import type { ToolRegistrationContext, RegisteredTool } from './types.js'; /** * get_document ツールを登録 */ export declare function registerGetDocumentTool(context: ToolRegistrationContext): RegisteredTool; //# sourceMappingURL=get-document.d.ts.map