import { BrainInsight } from '../types.js'; export declare class DeadCodeEliminator { private projectDir; private exportedSymbols; private importedSymbols; constructor(projectDir: string); analyzeProject(maxFiles?: number): Promise; private collectExportsImports; private detectUnreachableCode; private detectUnusedExports; private detectUnusedVariables; private detectUnusedImports; private detectDeadBranches; private collectFiles; } //# sourceMappingURL=dead-code-eliminator.d.ts.map