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