/**
 *
 * @returns 判断是否是浏览器环境
 */
declare const isBrowser: boolean;
export default isBrowser;
