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