import type { ExtractionResult, LLMClient } from '../types/index.js'; export declare class Tier25Ollama { private llmClient; constructor(llmClient: LLMClient); isAvailable(): boolean; extract(text: string, project?: string): Promise; } //# sourceMappingURL=tier25-ollama.d.ts.map