export declare function download(url: string, outputPath: string): Promise; export declare function maybeDownload(url: string, outputPath: string): Promise;