import type * as t from '@/types'; export declare const llmConfigs: Record; export declare function getLLMConfig(provider: string): t.LLMConfig;