import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class FileDataService { private authHttp; _baseUrl: string; constructor(authHttp: HttpClient); uploadFile(file: File, progress: ((progress: any) => void)): Promise; downloadFile(id: string): import("rxjs").Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export interface IFileInfo { fileId: string; fileName: string; } //# sourceMappingURL=file-data.service.d.ts.map