```typescript
import { type Process } from "node:node__process.d.ts";
```
The `process.execPath` property returns the absolute pathname of the executable
that started the Node.js process. Symbolic links, if any, are resolved.
```js
'/usr/local/bin/node'
```