import type { AiCompletion } from './types.js'; /** Ollama's default. Override with `ai.baseUrl` or the OLLAMA_HOST variable. */ export declare const OLLAMA_DEFAULT_HOST = "http://localhost:11434"; export declare const ollamaCompletion: AiCompletion; //# sourceMappingURL=ollama.d.ts.map