import { GetTransactionsByHashesType } from 'types'; import { SignedTransactionsBodyType } from 'types'; export interface TransactionStatusTrackerPropsType { sessionId: string; transactionBatch: SignedTransactionsBodyType; getTransactionsByHash?: GetTransactionsByHashesType; shouldRefreshBalance?: boolean; } export declare function checkBatch({ sessionId, transactionBatch: { transactions, customTransactionInformation }, getTransactionsByHash, shouldRefreshBalance }: TransactionStatusTrackerPropsType): Promise; //# sourceMappingURL=checkBatch.d.ts.map