declare function downloader(url: string, outputPath: string): Promise; export { downloader };