import type { LLMResponse } from '../../../../services/llm'; export declare function callQueryLLM(messages: any[], toolIds?: string[]): Promise;