export declare const EIP6963_EXTENSION_KEY = "eip6963"; /** * Adds the EIP-6963 extension to the Dynamic client. * * This extension enables integration with wallets that support EIP-6963, * automatically detecting and registering compatible wallets for use with the Dynamic SDK. * * @param [client] - The Dynamic client instance. Only required when using multiple Dynamic clients. * @returns A function that can be used to remove EIP-6963 global event listeners that were added. * @not-instrumented */ export declare const addEIP6963Extension: (client?: import("@dynamic-labs-sdk/client").DynamicClient) => VoidFunction; //# sourceMappingURL=addEIP6963Extension.d.ts.map