import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { GuaranteeDocument, ResponsableGuarantee } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class GuaranteeDocumentService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); generateDocument(guaranteeDocument: GuaranteeDocument[]): Observable; updateDocuments(guaranteeDocument: GuaranteeDocument[]): Observable; getDocuments(applicationId: string): Observable; getStatusNameByIdentification(applicationId: string, identification: string): Observable; deleteDocuments(applicationId: string): Observable; saveSignatureProcessStarted(applicationId: string, responsableGuarantee: ResponsableGuarantee): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }