/**
   * 当前环境是否为浏览器
   * @category Device
   */
export default function isBrowser(): boolean;
