import type { TUseBalanceOptions } from './types'; import type { TEvmWalletStore } from '@/types'; declare function useEVMBalance(options: TEvmWalletStore & TUseBalanceOptions): string | undefined; export { useEVMBalance };