import { MatDialog } from '@angular/material/dialog'; import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { SeamsHttpResponse } from '@prutech/components'; import { Observable } from 'rxjs'; import { ToastrService } from 'ngx-toastr'; import { HasaWorkListService } from '../services/hasa-work-list.service'; import * as i0 from "@angular/core"; export declare class HasaWorkListEffect { private hasaWorkListService; private toastr; private dialog; private actions$; loadWorkList$: Observable; saveStatus$: Observable; loadFtrWorkListFailAction$: Observable; saveStatusSuccess$: Observable; constructor(hasaWorkListService: HasaWorkListService, toastr: ToastrService, dialog: MatDialog, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }