import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfMenuForm } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfMenuFormService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); /** It returns all list of status by prom code */ getById(statusId: number): Observable; /** It returns all list of status by prom code */ getAllByPromCode(promCode: number): Observable; save(lPliCnfMenuForm: PliCnfMenuForm[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }