export declare class Wdio { browser: WebdriverIO.Browser; driver: WebdriverIO.Browser; constructor(browser: WebdriverIO.Browser); getElementTree(): Promise; }