import { GetTransactionsByHashesReturnType, PendingTransactionsType } from 'types/transactions.types'; export declare function getTransactionsByHashes(pendingTransactions: PendingTransactionsType): Promise; //# sourceMappingURL=getTransactionsByHashes.d.ts.map