import { Transaction } from '@elrondnetwork/erdjs/out'; import { SendSignedTransactionsReturnType } from 'apiCalls/transactions'; export interface TransactionSenderType { sendSignedTransactionsAsync?: (signedTransactions: Transaction[]) => Promise; } export declare const TransactionSender: ({ sendSignedTransactionsAsync }: TransactionSenderType) => null; //# sourceMappingURL=TransactionSender.d.ts.map