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