import { ChartInput } from "../types.js"; export declare function generatePieChart(input: ChartInput): string; export declare function generateDonutChart(input: ChartInput): string; //# sourceMappingURL=pie.d.ts.map