import type { ProjectContext } from '../types/analysis.js'; import { type IntentProfile } from '../types/findings.js'; import type { LLMProvider } from '../llm/provider.js'; export declare class IntentProfiler { private provider; private cache; constructor(provider: LLMProvider); profile(projectContext: ProjectContext): Promise; } //# sourceMappingURL=intent.d.ts.map