import { WalletConnectorConstructor } from '@dynamic-labs/wallet-connector-core'; import { WalletBookSchema } from '@dynamic-labs/wallet-book'; export declare const injectedWalletOverrides: WalletConnectorConstructor[]; export declare const fetchInjectedWalletConnector: ({ walletBook, walletsWithCustomConnectors, }: { walletBook: WalletBookSchema; walletsWithCustomConnectors: string[]; }) => WalletConnectorConstructor[];