import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { Action } from '@ngrx/store'; import { SlotStatusListListService } from '../services/slot-status-list.service'; import * as i0 from "@angular/core"; export declare class SlotStatusListEffects { private slotStatusListService; private actions$; loadSlotStatusList$: Observable; constructor(slotStatusListService: SlotStatusListListService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }