/// declare module "@wdio/cli" { export default class Launcher { constructor(configFile: string, argv: any, isWatchMode: boolean); public configParser: { getConfig(): WebdriverIO.Config } run(): Promise; } }