import { TransactionBatchStatusesEnum } from '../../../types/enums.types'; import { SignedTransactionType } from '../../../types/transactions.types'; export declare function getTransactionsSessionStatus(transactions: SignedTransactionType[]): TransactionBatchStatusesEnum | null;