import { MetaMaskSDK } from '../../../sdk'; /** * Sets up the analytics instance for the MetaMask SDK. * * This function enables the global analytics client and sets the global properties. * * @param instance The MetaMaskSDK instance for which analytics will be set up. * @returns void * @async */ export declare function setupAnalyticsV2(instance: MetaMaskSDK): Promise; //# sourceMappingURL=setupAnalyticsV2.d.ts.map