import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { LibConfig } from '../config.token'; import { DataStoreService } from './data-store.service'; import * as i0 from "@angular/core"; export declare class FileService { private config; private http; private readonly store; constructor(config: LibConfig, http: HttpClient, store: DataStoreService); extractFileData(file: File, idFile: string): Observable; printOm(): Observable; print(base64String: string): void; printLabel(pickUp: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }