import type { VizSchema } from '../../../types';
import { ChartType } from '../../../types';
export declare const getPrompt: (propsChartList: ChartType[], showThoughts?: boolean) => string;
export declare const revisedUserInput: (query: string, vizSchema: VizSchema) => string;
