import type { WalletModuleFactory } from "@near-wallet-selector/core"; import "@near-wallet-selector/modal-ui-js/styles.css"; import { Chain } from "@swapkit/helpers"; export declare const walletSelectorWallet: { connectWalletSelector: { connectWallet: ({ addChain }: { addChain: import("@swapkit/helpers").AddChainType; }) => (chains: Chain[], walletFactories?: WalletModuleFactory[] | undefined) => Promise; directSigningSupport: import("@swapkit/wallet-core").DirectSigningSupport; getExtendedPublicKey?: import("@swapkit/wallet-core").GetExtendedPublicKey; supportedChains: Chain.Near[]; }; }; export declare const WALLET_SELECTOR_SUPPORTED_CHAINS: Chain.Near[]; //# sourceMappingURL=index.d.ts.map