import type { Selector } from '../types/internal'; /** * Switches browsing context to the specified iframe (by iframe selector). */ export declare const switchToIframe: (iframeSelector: Selector) => Promise;