import type DevToolsDriver from '../devtoolsdriver.js'; /** * The Accept Alert command accepts a simple dialog if present, otherwise error. * * @alias browser.acceptAlert * @see https://w3c.github.io/webdriver/#dfn-accept-alert */ export default function acceptAlert(this: DevToolsDriver): Promise; //# sourceMappingURL=acceptAlert.d.ts.map