import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfGuaranteeDocumentsTemplate } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfGuaranteeDocumentsTemplateService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); getAllByPromCodigo(promCodigo: number): Observable; save(pliCnfGuaranteeDocumentsTemplate: PliCnfGuaranteeDocumentsTemplate): Observable; delete(id: number): Observable; getById(id: number): Observable; configCloningGDocuments(lGdocs: PliCnfGuaranteeDocumentsTemplate[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }