export type PerformanceMemory = { jsHeapSizeLimit: number; totalJSHeapSize: number; usedJSHeapSize: number; };