/** * 校验身份证号 * @param {*} str * @returns */ declare const isIdCard: (str: string) => boolean; export default isIdCard;