import ServiceBase from '../base'; declare class DownloadService extends ServiceBase { downloadFile: (options: any) => Promise<{}>; } export { DownloadService }; //# sourceMappingURL=download.d.ts.map