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