downloader-resolver.d.ts 174 Bytes Raw Blame History Permalink 1 2 3 import { DownloadOptions } from './types'; import { Downloader } from './Downloader'; export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;