mirror of
https://github.com/danbulant/arcade-machine
synced 2026-06-19 06:21:04 +00:00
3 lines
174 B
TypeScript
3 lines
174 B
TypeScript
import { DownloadOptions } from './types';
|
|
import { Downloader } from './Downloader';
|
|
export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;
|