UNPKG

174 BTypeScriptView Raw
1import { DownloadOptions } from './types';
2import { Downloader } from './Downloader';
3export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;