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