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