/** * 简单判断是不是有效的身份证号码 * @param sId */ export declare const isValidIdCard: (sId: string) => boolean;