import { Suggestion } from './types.js'; export declare class ContextAnalyzer { private db; private detector; private config; private ai; private currentCommand?; constructor(); analyzeCommand(command: string, directory: string, gitBranch?: string): Promise; recordCommandResult(exitCode: number, duration: number): void; private buildContext; private detectFileChanges; private scanDirectoryChanges; private getEnvironmentInfo; private learnPatterns; close(): void; } //# sourceMappingURL=analyzer.d.ts.map