/**
 * Determine whether the current Android environment. 判断当前是否是 Android 环境.
 *
 * @return {boolean} Result. 结果.
 */
declare const isAndroid: () => boolean;
export default isAndroid;
