import { node } from '@alephium/web3'; export declare function useTxStatus(txId: string, txStatusCallback?: (status: node.TxStatus) => Promise): { txStatus: node.TxStatus | undefined; };