```typescript
import { type MemoryUsage } from "node:node__process.d.ts";
```
Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the
process, including all C++ and JavaScript objects and code.