/** * Memory Leak Detection * Handles detection of memory leaks based on snapshot analysis */ export declare class MemoryLeakDetector { private snapshotManager; constructor(); detectLeaks(): boolean; printSummary(): void; private checkConsistentGrowth; } //# sourceMappingURL=leakDetector.d.ts.map