import { default as z } from 'zod'; import { BuildChartContext, ExtendedChartWidgetProps, updateChartTitleSchema } from '../types'; type UpdateChartTitleHelperParams = { chartTitle: string; chartWidgetProps: ExtendedChartWidgetProps; }; export declare const updateChartTitleHelper: ({ chartTitle, chartWidgetProps, }: UpdateChartTitleHelperParams) => ExtendedChartWidgetProps; export declare const updateChartTitle: ({ chartId, chartTitle }: z.infer, context: BuildChartContext) => Promise<{ message: string; }>; export {}; //# sourceMappingURL=update-chart-title.d.ts.map