export declare function downloadToFile(url: string, filename: string, aFetch: typeof fetch): Promise;