import { Observable } from 'rxjs'; import { AppService } from '../../services/app.service'; import * as i0 from "@angular/core"; export declare class FileService { private appService; constructor(appService: AppService); getBase64Image(url: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }