/** * Ensure an Ollama model exists with the specified parameters. * Creates it if necessary. Returns the model name to use. */ export declare function ensureOllamaModel(baseURL: string, baseModel: string, options: Record): Promise; //# sourceMappingURL=ollama-model-manager.d.ts.map