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