  I want to have following code because Node.js needs type keyword to strip type imports ```typescript import { type Hex } from "viem"; const owner = "0xb0f1C58061020A76C22C72c5f52EeD5dB8d25444" as Hex; ``` https://nodejs.org/docs/latest/api/typescript.html#importing-types-without-type-keyword