import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ApplicationTag } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class ApplicationTagService { private environment; private httpClient; private headerJson; private serviceName; constructor(environment: any, httpClient: HttpClient); /** It returns an array of applicationTag by promCod */ findByPromCod(promCod: number): Observable; getTagByNameLike(promCod: number, name: string): Observable; findByIdApp(idApp: string): Observable; save(tag: ApplicationTag): Observable; edit(tag: ApplicationTag): Observable; delete(id: string): Observable; assign(applications: string[], idTag: string): Observable; removeTag(idApp: string, idTag: string): Observable; removeTags(idApp: string, idTags: string[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }