import type DevToolsDriver from '../devtoolsdriver';
/**
 * The Switch to Parent Frame command sets the current browsing context for future commands
 * to the parent of the current browsing context.
 *
 * @alias browser.switchToParentFrame
 * @see https://w3c.github.io/webdriver/#dfn-switch-to-parent-frame
 */
export default function switchToParentFrame(this: DevToolsDriver): Promise<null>;
//# sourceMappingURL=switchToParentFrame.d.ts.map