import { SpendTransactionAttributes, WalletTransactionEntityUpdateSpend, EeAirOutboundEvent } from '../../../types';
export declare function getTransactionAttributesFromWalletTransactionEntityUpdateSpend(entity: WalletTransactionEntityUpdateSpend, eeAirOutboundEvent: EeAirOutboundEvent): SpendTransactionAttributes;
