/** * 判断是否是安卓 * @returns {boolean} */ export declare const isAndroid: () => boolean;