/**
 * 校验是否是身份证
 */
declare function isIdCard(val: string): boolean;

export { isIdCard };
