export declare class TransactionAttributeDto { id: string; name: string; value: string; constructor(d?: TransactionAttributeDto); }