type HeapInfo = ReturnType; export declare const getHeapStatistics: () => HeapInfo; export declare function getSystemMemoryInfo(): { total: number; free: number; }; export {};