import { AxiosResponse } from "axios"; export declare function downloadFileFromUrl(fileUrl: string, outputLocationPath: string, fileName?: string): Promise; //# sourceMappingURL=download-file.d.ts.map