/** * 检测当前环境是否为黑莓 * * @return {Boolean} true|false */ declare const isBlackberry: boolean; export default isBlackberry;