import { BrainInsight, I18nIssue } from '../types.js'; export declare class I18nDetector { private projectDir; constructor(projectDir: string); analyzeProject(maxFiles?: number): Promise; private detectI18nLibrary; analyzeFile(filePath: string, hasI18n: boolean): I18nIssue[]; private isCodeNotText; private issueToInsight; private collectFiles; } //# sourceMappingURL=i18n-detector.d.ts.map