import { Observable, BehaviorSubject } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class FileService { private http; progressBarWidth: BehaviorSubject; constructor(http: HttpClient); compress(file: File): Observable; getLinks(): Observable; fileDownload(params: { scId: number; fileUrl: string; }): Observable; deleteFile(params: { scId: number; fileId: string; }): Observable; fileUpload(params: { scId: number; data: FormData; }): Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; } export interface LinksInterface { registration: string; recoveryPassword: string; domain: string; filesUrl: string; } //# sourceMappingURL=file.service.d.ts.map