import { SendSwapTransactionParams } from '../types'; export declare function sendSwapTransactions({ config, isSponsored, paymaster, sendCallsAsync, sendTransactionAsync, updateLifecycleStatus, walletCapabilities, transactions, }: SendSwapTransactionParams): Promise; //# sourceMappingURL=sendSwapTransactions.d.ts.map