export declare function download(options: any, downloadPath: string, printData: boolean, handleRedirect: boolean): Promise<void>;
