import { Web3AuthWallet } from "./extension"; import { type Web3AuthClientOptions, type Web3AuthLoginMethod } from "./extension/types.js"; export declare const makeWeb3AuthWallets: (options: Omit & { loginMethods: Web3AuthLoginMethod[]; }) => Web3AuthWallet[];