import { DownloadOptions } from './types.js';
import { Downloader } from './Downloader.js';
export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;
