import { PliCnfCommitteeValproColumns } from 'ng-pli-util'; import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class PliCnfCommitteeValproColumnsService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getByPliCnfCommitteeId(pliCnfCommitteeId: number): Observable; saveAll(pliCnfCommitteeValproColumns: PliCnfCommitteeValproColumns[]): Observable; getByGroupedAndPliCnfCommitteeId(grouped: boolean, pliCnfCommitteeId: number): Observable; delete(pliCnfColumnId: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }