import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CalendarService { private http; private api_prefix; constructor(http: HttpClient, api_prefix: string); get: (projectId: number) => Observable; update: (projectId: number, calendarsData: any) => Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }