### Environment All ### Reproduction No repro, just pointer to source. ### Describe the bug Current source of src/runtime/node/tty.ts ``` export default { ReadStream: WriteStream as unknown as typeof nodeTty.ReadStream, WriteStream: WriteStream as unknown as typeof nodeTty.WriteStream, isatty, } satisfies typeof nodeTty; ``` Note the `ReadStream: WriteStream as ...` ### Additional context _No response_ ### Logs ```sh ```