/// import type * as NetType from 'net'; /** * 获取 Node.js 的 net 模块 * 这样可以避免在浏览器环境中直接导入 net 模块导致的错误 * @returns net 模块 */ export declare function getNet(): typeof NetType;