import 'webdriverio'; import { RootLocator } from '@serenity-js/web'; /** * WebdriverIO-specific implementation of [`RootLocator`](https://serenity-js.org/api/web/class/RootLocator/). * * @group Models */ export declare class WebdriverIORootLocator extends RootLocator { private readonly browser; constructor(browser: WebdriverIO.Browser); isPresent(): Promise; nativeElement(): Promise>; switchToFrame(frame: WebdriverIO.Element): Promise; switchToParentFrame(): Promise; switchToMainFrame(): Promise; } //# sourceMappingURL=WebdriverIORootLocator.d.ts.map