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