/**
 * 判断是否是浏览器环境
 */
declare function inBrowser(): boolean;

export { inBrowser };
