export declare class BinDataDTO {
    readonly card_brand: string;
    readonly card_type: string;
}
