export declare function useBalance(): { balance: number | undefined; fetchBalance: (() => Promise) | undefined; };