import { ModelEntry } from '../types/index.js';
/**
 * Fetch and process models from OpenRouter
 */
export declare function fetchModels(): Promise<ModelEntry[]>;
/**
 * Clear the model cache (useful for forcing a refresh)
 */
export declare function clearModelCache(): void;
/**
 * Check if models are currently cached
 */
export declare function isModelsCached(): boolean;
//# sourceMappingURL=model-fetcher.d.ts.map