import { NetworkType } from '@airgap/beacon-types'; declare const useSubstrateWallets: (networkType?: NetworkType, featuredWallets?: string[]) => Map; export default useSubstrateWallets;