import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class PliCnfTypeTextService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It saves a entity */ save(pliCnfTypeText: any): Observable; findById(id: number): Observable; findAllByCategoryId(categoryId: number): Observable; findAll(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }