/**
 * Switches browsing context to the main window.
 */
export declare const switchToMainWindow: () => Promise<void>;
