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