import { GetTransactionsByHashesType } from 'types/transactions.types'; export interface TransactionsTrackerType { getTransactionsByHash?: GetTransactionsByHashesType; } export declare function useTransactionsTracker(props?: TransactionsTrackerType): void; //# sourceMappingURL=useTransactionsTracker.d.ts.map