import type { RegisteredTool } from '@cicctencent/agent-core'; import { type ChartSpec } from '../chart-spec.js'; /** * 将简化 ChartSpec 转换为标准 ECharts option(纯函数,无副作用)。 * 与前端 buildChatChartOption 的视觉口径保持一致(标题/图例/提示框/坐标轴)。 */ export declare function buildEChartsOption(spec: ChartSpec): Record; export declare function createChartGeneratorTools(): RegisteredTool[]; //# sourceMappingURL=chart-generator.d.ts.map