import { HttpClient } from '@angular/common/http'; import { PliCnfEvaluationTaskTemplate } from 'ng-pli-util'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PliCnfEvaluationTaskTemplateService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); /** Returns a list of PliCnfEvaluationTaskTemplate */ getAll(): Observable; /** Returns a list of PliCnfEvaluationTaskTemplate by ids * @param ids id per template */ getByIds(ids: number[]): Observable; updateOrder(taskIds: number[]): Observable; /** Saves a task template array with its associated document and form records */ saveAll(pliCnfEvaluationTaskTemplate: PliCnfEvaluationTaskTemplate[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }