export declare const getIsLowMemory: () => boolean; export declare const getIsCriticalMemory: () => boolean; export declare const getCurrentCacheMax: () => number; export declare function initMemoryMonitor(cacheRef: Map): void; export declare function destroyMemoryMonitor(): void; //# sourceMappingURL=memory.d.ts.map