import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import { DocProcessResponse } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class DocumentProcessService { private environment; private http; constructor(environment: any, http: HttpClient); procesarDocumento(file: File): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }