import { Model } from '../..'; /** * Fetches available Ollama models from the Ollama server. */ export declare function fetchLocalOllamaModels(): Promise; //# sourceMappingURL=utils.d.ts.map