import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import { PliCnfUniversityArticle } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfUniversityArticleService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It returns the list */ getAll(): Observable; /** It deletes a form by id */ delete(id: any): Observable; /** It returns the PliCnfUniversityArticle by id */ getById(id: number): Observable; /** It saves a PliCnfUniversityArticle */ save(article: PliCnfUniversityArticle): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }