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