import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfFormMultiaplicacion } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfFormMultiaplicacionService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** Returns a PliCnfEvaluationTemplate by id */ getById(id: number): Observable; /** Returns a PliCnfEvaluationTemplate by patCodigo */ getByPatCodigo(patCodigo: number): Observable; /** Saves a template with its associated document and form records */ save(pliCnfFormMultiaplicacion: PliCnfFormMultiaplicacion): Observable; /** Deletes a template with its associated document and form records, * unless there is another configuration using the specified evaluation template */ delete(id: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }