import { QueryIntent } from '../types/azure.js';
export declare class IntentAnalyzer {
    private readonly intentPatterns;
    analyzeIntent(query: string): QueryIntent;
    private getMaxPossibleScore;
    private generateReasoning;
    private mapIntentToService;
    analyzeIntentWithContext(query: string, previousQueries?: string[]): QueryIntent;
    private analyzeContextualIntent;
}
//# sourceMappingURL=intent-analyzer.d.ts.map