/// <reference types="q" />import*asqfrom'q';import{Config}from'../config';import{DriverProvider}from'./driverProvider';exportdeclareclassTestObjectextendsDriverProvider{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>;}