declare const utils: { /** * 当前的运行模式 */ currentOperatingEnv(): string; }; export default utils;