import { EeAirOutboundEvent } from '..';
import { POSConnectWalletSpendVoidEventData } from '../types';
import { BaseEventHandlerOpts } from './types';
/**
 * Returns an array of events derived from a POSCONNECT.WALLET.SETTLE event.
 *
 * @param event
 * @param configuration
 * @returns
 */
export declare function getPosConnectWalletSpendVoidEventData(event: EeAirOutboundEvent, opts: BaseEventHandlerOpts): Promise<POSConnectWalletSpendVoidEventData>;
