import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as fromAppointmentLookupFormIdList from '../reducers/root.reducer'; import { Environment } from '@prutech/components'; import { AppointmentLookupIdListModel } from '../models/appointment-lookup-id-list-model'; import * as i0 from "@angular/core"; export declare class AppointmentLookupFormIdListService { private http; private store; private environment; appointmentLookupFormIdList: Observable; appointmentLookupFormIdListLoading: Observable; appointmentLookupFormIdListErrorMessages: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadAppointmentLookupFormIdList(): void; loadAppointmentLookupFormIdList(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }