import type { TBalanceProviderMetadata } from './types'; import type { TAvailableWalletNames } from '@/types'; declare const BALANCE_PROVIDER_BY_NAME: Record; export { BALANCE_PROVIDER_BY_NAME };