/** * 判断当前环境是否为 node 环境 */ export declare function isNode(): boolean; /** * 是否为浏览器环境 */ export declare function isBrowser(): boolean;