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