import type { LanguageModel } from 'ai'; /** * Get the configured LLM for achievement extraction * Caches the model instance for performance * * Note: Requires appropriate API key to be set in config or environment */ export declare function getExtractionModel(): Promise; /** * Clear the cached model instance * Useful for testing or when config changes */ export declare function clearModelCache(): void; //# sourceMappingURL=llm.d.ts.map