import { FileSaveData, FileSaveResponseData, FileServiceI } from './fileInterface'; import { HttpService } from './http.service'; import * as i0 from "@angular/core"; export declare class LocalFileService implements FileServiceI { private httpSrv; constructor(httpSrv: HttpService); getRelativePath(): string; delete(url: string): Promise; readPlainText(url: string): Promise; save(payload: FileSaveData): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }