import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ResponsableGuarantee } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class IntegrationADOService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); saveTransactionAndState(applicationId: string, responsableGuarantee: ResponsableGuarantee): Observable; saveTransactionAndStateByAppList(lApplicationId: string[], responsableGuarantee: ResponsableGuarantee): Observable; saveSignedDocuments(applicationId: string, carta: string, contrato: string, pagare: string): Observable; saveTransactionAndStateManual(applicationId: string, carta: string, contrato: string, pagare: string, configurationDocumentId: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }