import type DevToolsDriver from '../devtoolsdriver.js'; /** * The Refresh command causes the browser to reload the page in current top-level browsing context. * * @alias browser.refresh * @see https://w3c.github.io/webdriver/#dfn-refresh */ export default function refresh(this: DevToolsDriver): Promise; //# sourceMappingURL=refresh.d.ts.map