/**
 * @fileOverview This file contains a function that interacts with the Mach Exchange API to retrieve transaction history for a specified wallet.
 * @function getTransactionHistory - Retrieves the transaction history for a given wallet address, ensuring the wallet parameter is provided.
 */
export declare const getTransactionHistory: ({ wallet, }: {
    wallet: string;
}) => Promise<any[]>;
//# sourceMappingURL=transactionHistory.api.d.ts.map