export type LlmResponseFn = (args: { prompt: string; model?: string; apiKey?: string; baseUrl?: string; }) => Promise; export declare const llmProviders: Record;