import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfWorkspaceSegmentation } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfWorkspaceSegmentationService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It saves a entity */ save(pliCnfWorkspaceSegmentation: PliCnfWorkspaceSegmentation): Observable; /** It returns the unique configuration*/ getFirst(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }