import type { SimpleVChartSpec } from '../../../atom/imageReader/interface';
import { ChartType } from '../../../types';
import type { Cell, ChartGeneratorCtx } from '../../../types';
import type { SimpleVChartSpecMockContext } from '../type';
export declare const getRuleLLMContent: (context: ChartGeneratorCtx) => {
    CHART_TYPE: ChartType;
    FIELD_MAP: Cell;
};
export declare const getCellContextBySimpleVChartSpec: (simpleVChartSpec: SimpleVChartSpec) => SimpleVChartSpecMockContext;
