import { PerfInsight } from '../types.js'; export declare class PerformanceProfiler { private projectDir; constructor(projectDir: string); analyzeProject(maxFiles?: number): Promise; analyzeFile(filePath: string, content?: string): PerfInsight[]; private checkMemoryLeaks; private buildInsight; private isTestFile; private isInsideLoop; private getLineNumber; private collectSourceFiles; } //# sourceMappingURL=perf-profiler.d.ts.map