```typescript
import { type Process } from "node:node__process.d.ts";
```
Process.availableMemory(): number
Gets the amount of free memory that is still available to the process (in bytes).
See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v22.x/api/process.html#processavailablememory) for more information.