declare enum CardAssociation { Visa = "VISA", MasterCard = "MASTER_CARD", AmericanExpress = "AMEX", Troy = "TROY" } export default CardAssociation;