import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import * as fromDynamicLeadTimeList from '../reducers/root.reducer'; import { Environment } from '@prutech/components'; import { DynamicLeadTimeListModel } from '../models/related-appointment-dynamic-lead-time.model'; import * as i0 from "@angular/core"; export declare class DynamicLeadTimeListService { private http; private store; private environment; dynamicLeadTimeList: Observable; dynamicLeadTimeListLoading: Observable; dynamicLeadTimeListErrorMessages: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadDynamicLeadTimeList(id: number): void; loadDynamicLeadTimeList(id: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }