/** * @file docgen.ts - 单一 create_document 工具(Markdown-first) * @description 接受 markdown 输入,服务端解析为结构化数据后渲染为 HTML/PPTX/DOCX/PDF */ import type { RegisteredTool } from '@cicctencent/agent-core'; export declare function createDocgenTools(opts?: { templatesDir?: string; }): RegisteredTool[]; //# sourceMappingURL=docgen.d.ts.map