import type { OpenfortWalletConfig } from '../../components/Openfort/types'; import type { ConnectionStrategy } from '../ConnectionStrategy'; /** * Creates the EVM embedded strategy for SDK-only mode (no wagmi). * * @param walletConfig - Wallet config with ethereum.chainId and rpcUrls */ export declare function createEthereumEmbeddedStrategy(walletConfig: OpenfortWalletConfig | undefined): ConnectionStrategy;