import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { SiteLookupListService } from '../services/site-lookup-model.service'; import * as i0 from "@angular/core"; export declare class SiteLookupEffects { private siteLookupService; private actions$; toastr: ToastrService; loadSiteLookup$: Observable; ListFailAction$: Observable; constructor(siteLookupService: SiteLookupListService, actions$: Actions, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }