declare type DownloadResult = { filename: string; installPath: string; }; export declare const download: () => Promise; export {}; //# sourceMappingURL=download.d.ts.map