import { SwitchToIframeOptions } from '../../handle-actions';
import { Frame, Page } from 'playwright';
export declare function switchFromSelectorToIframe(selector: string, pageOrFrame: Page | Frame | null | undefined, options: SwitchToIframeOptions): Promise<Frame>;