import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfUserWorkspace } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfUserWorkspaceService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It returns all by userName */ getByUserName(): Observable; /** It saves a entity */ save(pliCnfUserWorkspace: PliCnfUserWorkspace): Observable; /** It deletes a entity by id */ delete(id: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }