import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { OutcomeStatusService } from '../services/outcome-status.service'; import * as i0 from "@angular/core"; export declare class OutcomeStatusEffects { private outcomeStatusService; private actions$; loadOutcomeStatussDetails$: Observable; constructor(outcomeStatusService: OutcomeStatusService, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }