export interface CardData { brand: string; digits: string; expMonth: number; expYear: number; } //# sourceMappingURL=CardData.d.ts.map