```typescript
import { ReadStream } from "node:node__tty.d.ts";
```
A `boolean` that is `true` if the TTY is currently configured to operate as a
raw device.
This flag is always `false` when a process starts, even if the terminal is
operating in raw mode. Its value will change with subsequent calls to `setRawMode`.