import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import { PliCnfUserCalendar } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfUserCalendarService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getById(id: number): Observable; getByPromCodigo(promCodigo: number): Observable; getByUsername(username: string): Observable; getByCalendarId(calendarId: number): Observable; save(pliCnfUserCalendar: PliCnfUserCalendar): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }