import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import * as fromClientScheduleList from '../reducers/root.reducer'; import { Observable } from 'rxjs'; import { Environment } from '@prutech/components'; import { ClientScheduleListModel } from '../models/client-schedule-list.model'; import * as i0 from "@angular/core"; export declare class ClientScheduleListService { private http; private store; private environment; clientScheduleList: Observable; clientScheduleListData: Observable; clientScheduleListLoading: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadClientScheduleList(cmsClientId: number, vendorActivityId: number, trackLookupId: number): void; loadClientScheduleList(cmsClientId: number, vendorActivityId: number, trackLookupId: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }