import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import * as fromClientCalendr from '../reducer/root-reducer'; import { Observable } from 'rxjs'; import { Environment } from '@prutech/components'; import { ClientCalendarModel } from '../model/client-calendar.model'; import * as i0 from "@angular/core"; export declare class ClientCalendarService { private http; private store; private environment; loadingClientCalendar: Observable; clientCalendar: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadClientCalendar(payload: { vendorLevelActivityId: number; clientId: number; }): void; loadClientCalendar(vendorLevelActivityId: number, clientId: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }