/**
 * 获取浏览器类型和版本
 * @category OS
 */
declare function getExplore(): string;
export default getExplore;
