import { ChartInput } from "../types.js"; export declare function generateGanttChart(input: ChartInput): string; export declare function generateMekkoChart(input: ChartInput): string; export declare function generateRadarChart(input: ChartInput): string; export declare function generateHeatmapChart(input: ChartInput): string; //# sourceMappingURL=extras.d.ts.map