/** * SmartReport - Intelligent Report Generation Tool * * Track 2C - Tool #12: Report generation with 84%+ token reduction * * Capabilities: * - Markdown report generation with templates * - HTML report generation with custom styling * - PDF generation via headless browser simulation * - Chart and graph embedding (ASCII/Unicode for text, data URLs for HTML) * - Custom template caching and reuse * - Multi-section reports with TOC * * Token Reduction Strategy: * - Cache report templates (92% reduction) * - Incremental data updates (84% reduction) * - Compressed render output (86% reduction) */ //# sourceMappingURL=smart-report.d.ts.map