import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import * as fromCourseSchoolAgencyList from '../reducer/root.reducer'; import { Observable } from 'rxjs'; import { Environment } from '@prutech/components'; import { CourseSchoolListModel } from '../model/course-school-list.model'; import * as i0 from "@angular/core"; export declare class CourseSchoolAgencyListService { private http; private store; private environment; activityData: Observable; courseSchoolAgencyListLoading: Observable; constructor(http: HttpClient, store: Store, environment: Environment); dispatchLoadCourseSchoolAgencyList(id: number): void; loadCourseSchoolAgencyList(id: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }