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 { MmapWorkListService } from '../services/mmap-work-list.service'; import * as i0 from "@angular/core"; export declare class MmapWorkListEffect { private mmapWorkListService; private toastr; private dialog; private actions$; loadWorkList$: Observable; saveStatus$: Observable; loadFtrWorkListFailAction$: Observable; saveStatusSuccess$: Observable; constructor(mmapWorkListService: MmapWorkListService, toastr: ToastrService, dialog: MatDialog, actions$: Actions); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }