import type { WalletConnectConnectionResult } from '@dynamic-labs-sdk/wallet-connect'; type ConnectWithWalletConnectEvmParams = { /** * Whether this session's wallet accounts should be added to the dynamic's wallet accounts. */ addToDynamicWalletAccounts?: boolean; }; /** @not-instrumented */ export declare const connectWithWalletConnectEvm: ({ addToDynamicWalletAccounts }?: ConnectWithWalletConnectEvmParams, client?: import("@dynamic-labs-sdk/client").DynamicClient) => Promise; export {}; //# sourceMappingURL=connectWithWalletConnectEvm.d.ts.map