export declare function useBalance(): {
    balance: import("@alephium/web3/dist/src/api/api-alephium").Balance | undefined;
    updateBalanceForTx: (txId: string, confirmations?: number | undefined) => void;
};
