declare const verifyIdCard: (card: string) => boolean;
export default verifyIdCard;
