import { SendSingleTransactionsParams } from '../types'; export declare function sendSingleTransactions({ config, sendTransactionAsync, transactions, updateLifecycleStatus, }: SendSingleTransactionsParams): Promise; //# sourceMappingURL=sendSingleTransactions.d.ts.map