/** * Initiates the MetaMask desktop onboarding process. * * This function destroys the existing Ethereum object and removes it from the window context, * effectively clearing any prior Ethereum-related state. It then instantiates a new MetaMaskOnboarding object * and starts the onboarding process for MetaMask on desktop platforms. * * @param instance The MetaMaskInstaller instance used for debugging purposes. * @returns Promise This function returns a promise that resolves to void. */ export declare function startDesktopOnboarding(): Promise; //# sourceMappingURL=startDesktopOnboarding.d.ts.map