import * as crypto from 'node:crypto';
import * as dgram from 'node:dgram';
export {
crypto,
dgram,
};