import type DevToolsDriver from '../devtoolsdriver';
/**
 * 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<null>;
//# sourceMappingURL=acceptAlert.d.ts.map