/** * Adds the EVM extension to the Dynamic client. * * This is a convenience function that adds both the EIP-6963 extension * and the Dynamic WaaS EVM extension, enabling support for all EVM wallet types * including standard wallets and embedded wallets managed by Dynamic's infrastructure. * * @param [client] - The Dynamic client instance. Only required when using multiple Dynamic clients. * @not-instrumented */ export declare const addEvmExtension: (client?: import("@dynamic-labs-sdk/client").DynamicClient) => void; //# sourceMappingURL=addEvmExtension.d.ts.map