import type { RetryManager } from '../../../infrastructure/scheduler/retry-manager.js'; import type { LLMProvider } from '../../types/index.js'; import type { LLMClientInitializationResult } from './types.js'; /** * Ollama 연결 테스트 */ export declare function testOllamaConnection(result: LLMClientInitializationResult, selectedProvider: LLMProvider, retryManager: RetryManager): Promise; //# sourceMappingURL=ollama.d.ts.map