import type { TUseBalanceOptions } from './types'; import type { TCosmosWalletStore } from '@/types'; declare function useCosmosBalance(options: TCosmosWalletStore & Pick): null; export { useCosmosBalance };