declare type CardType = "MAESTRO" | "MASTERCARD" | "MAESTRO_MOBILE_NFC";
export default CardType;
