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