import { LLMClient } from './types.js';
export declare function getLLMClient(providerOverride?: string): LLMClient;
