import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { LookupsService } from '../services/lookups.service'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class LookupModelsEffects { private lookupsService; toastr: ToastrService; private actions$; loadLookupModels$: Observable; detailsFailAction$: Observable; constructor(lookupsService: LookupsService, toastr: ToastrService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }