import { BrainInsight } from '../types.js'; export declare class CodeAgeAnalyzer { private projectDir; constructor(projectDir: string); analyzeProject(maxFiles?: number): Promise; private analyzeFileAge; private getFileAuthors; private ageToInsight; private collectFiles; } //# sourceMappingURL=code-age-analyzer.d.ts.map