/** * Memory Cleanup Operations * Utilities for memory cleanup and garbage collection */ export declare const cleanupWithMemoryTracking: () => Promise; export declare const aggressiveCleanup: () => void; //# sourceMappingURL=cleanupOperations.d.ts.map