/** * @flow * This file is generated automatically, run npm run build to re-generate. **/ import type { HttpMethod } from './http-method'; import type { WebdriverResponse } from './webdriver-response'; import type Browser from '../browser'; export type DriverInterface = any;