import type { LLMManage } from '../../core/llm';
import { Schedule } from '../../schedule';
import type { ILLMOptions } from '../../types';
import { AtomName } from '../../types';
export declare const getData2ChartSchedule: (llm: LLMManage, options: ILLMOptions) => Schedule<AtomName.CHART_GENERATE[]>;
