export declare class OrderPaymentCardEntity {
    brand: string;
    constructor(data?: Partial<OrderPaymentCardEntity>);
}
