export declare const downloadFile: (url: string, targetFile: string) => Promise<void>;
