import { WalletTransactionEntity, StoreLocationAttributes } from '../../../types';
export declare function getStoreLocationAttributes(entity: WalletTransactionEntity): StoreLocationAttributes | undefined;
