import { Database } from '../database/Database.js';
import { Profile } from '../types/index.js';
export declare class AIInsights {
    private db;
    private profile;
    private claudeService;
    constructor(db: Database, profile: Profile);
    generate(): Promise<void>;
    private gatherInsightData;
    private parseEntries;
    private getAverageCoherence;
    private generateInsights;
    private buildInsightPrompt;
    private displayInsights;
}
//# sourceMappingURL=AIInsights.d.ts.map