/** * 验证手机IMEI(机身码) * @param {*} str * @returns */ declare const isIMEI: (str: string) => boolean; export default isIMEI;