/**
 * 校验是否是安卓
 */
declare function isAndroid(): boolean;

export { isAndroid };
