/* tslint:disable:all */ export declare enum CardBrandsEnum { VISA = "visa", MASTERCARD = "mastercard", MASTER_CARD = "masterCard" }