export declare const WAAS_EVM_EXTENSION_KEY = "waasEvm"; /** * Adds the Dynamic WaaS (Wallet as a Service) EVM extension to the Dynamic client. * * This extension enables embedded wallet functionality for EVM-compatible blockchains, * allowing users to have wallets managed by Dynamic's infrastructure. * * @param [client] - The Dynamic client instance. Only required when using multiple Dynamic clients. * @not-instrumented */ export declare const addWaasEvmExtension: (client?: import("@dynamic-labs-sdk/client").DynamicClient) => void; //# sourceMappingURL=addWaasEvmExtension.d.ts.map