/// <reference types="q" />import*asqfrom'q';import{WebDriver}from'selenium-webdriver';import{Config}from'../config';import{DriverProvider}from'./driverProvider';exportdeclareclassDirectextendsDriverProvider{constructor(config:Config);/** * Configure and launch (if applicable) the object's environment. * @return {q.promise} A promise which will resolve when the environment is * ready to test. */protectedsetupDriverEnv():q.Promise<any>;/** * Create a new driver. * * @public * @override * @return webdriver instance */getNewDriver():WebDriver;}