export declare class MemoryStats { getMax(): number; getCommitted(): number; getUsed(): number; }