import { FetchDownloader } from './FetchDownloader.js'; export async function getDownloaderForSystem() { return new FetchDownloader(); } //# sourceMappingURL=downloader-resolver.js.map