import type { WalletOptions } from "./types.mjs"; import { MetamaskWallet } from "./wallet.mjs"; export declare function getWalletStandard(options: WalletOptions): MetamaskWallet; export declare function registerSolanaWalletStandard(options: WalletOptions): Promise; //# sourceMappingURL=index.d.mts.map