import CardBrandType from "../../../@types/enums/card-brand/index"; declare const detectCardBrand: (cardNumber: string) => CardBrandType; export default detectCardBrand; //# sourceMappingURL=index.d.ts.map