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