// node native scope import * as crypto from 'node:crypto'; import * as http from 'node:http'; import * as net from 'node:net'; export { crypto, http, net };