/** * Ollama Provider (Local) */ import type { AIProvider } from '../types'; export declare function createOllamaProvider(model?: string, baseUrl?: string): AIProvider; //# sourceMappingURL=ollama.d.ts.map