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