import { z } from 'zod'; import { BuildChartContext, updateChartQuerySchema } from '../types'; export declare const updateChartQuery: ({ revisionPrompt, chartId }: z.infer, context: BuildChartContext) => Promise<{ message: string; chartState: import('../../..').ChartState | undefined; dataset: import('../../..').Dataset | undefined; }>; //# sourceMappingURL=update-chart-query.d.ts.map