import { ChartInput, ChartResult } from "../types.js"; export declare function generateChart(input: ChartInput): ChartResult; //# sourceMappingURL=index.d.ts.map