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