summaryrefslogtreecommitdiff
path: root/desktop/node_modules/@electron/get/dist/esm/downloader-resolver.d.ts
blob: f7f09b259b81da5a88433296dd0e626b3dafa8a8 (plain)
1
2
3
import { DownloadOptions } from './types';
import { Downloader } from './Downloader';
export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;