import type { ONIModel, ModelOptions } from "./types.js"; export interface OllamaOptions extends ModelOptions { /** Defaults to "http://localhost:11434" */ baseUrl?: string; } export declare function ollama(modelId: string, opts?: OllamaOptions): ONIModel; //# sourceMappingURL=ollama.d.ts.map