3 lines
180 B
TypeScript
3 lines
180 B
TypeScript
import { DownloadOptions } from './types.js';
|
|
import { Downloader } from './Downloader.js';
|
|
export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;
|