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