/** * Command implementation of the `downloadFile` command. */ export declare function downloadFile(this: WebdriverIO.Browser, fileName: string, targetDirectory: string): Promise; //# sourceMappingURL=downloadFile.d.ts.map