import { GetTransactionsByHashesType } from 'types/transactions.types'; export declare function useCheckTransactionStatus(): (props: { getTransactionsByHash?: GetTransactionsByHashesType; shouldRefreshBalance?: boolean; }) => Promise; //# sourceMappingURL=useCheckTransactionStatus.d.ts.map