import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfSupportDocument } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfSupportDocumentService { private environment; private httpClient; private headerJson; private urlBase; constructor(environment: any, httpClient: HttpClient); /** It returns all by prom codigo */ getByPromCodigo(promCodigo: number): Observable; /** It returns all actives by prom codigo */ getActivesByPromCodigo(promCodigo: number): Observable; /** It saves a entity */ save(pliCnfSupportDocument: PliCnfSupportDocument): Observable; /** It deletes a entity by id */ delete(id: any): Observable; getConfigClonedSupportDocument(oldPPP: number, newPPP: number): Observable; findTagsByApplications(applicationId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }