import type { EthereumWalletConfig } from "../bridge/ethereum/types.js"; import type { ConnectedEthereumWallet } from "../connect/evm.js"; export declare function resolveEthereumWalletConfig(wallet: ConnectedEthereumWallet, ethereumRpcUrl?: string): Promise; //# sourceMappingURL=evmWalletConfig.d.ts.map