import { GenerateChartBody, GenerateChartResponse } from "./types"; export declare function generateChart(body: GenerateChartBody): Promise>;