import { Actions } from '@ngrx/effects'; import { Action } from '@ngrx/store'; import { Observable } from 'rxjs'; import { SeamsHttpResponse } from '@prutech/components'; import { ToastrService } from 'ngx-toastr'; import { SaveParticipantInfo } from '../models/participant-info/save-participant-info'; import { ParticipantInfoService } from '../services/participant-info.service'; import { ITARequestDetailsService } from '../services/ita-request-details.service'; import * as i0 from "@angular/core"; export declare class ParticipantInfoEffects { private participantInfoService; private actions$; private itaRequestDetailsService; private toastr; loadParticipantInfo$: Observable; saveParticipantInfo$: Observable; saveSuccessAction$: Observable; saveFailAction$: Observable; constructor(participantInfoService: ParticipantInfoService, actions$: Actions, itaRequestDetailsService: ITARequestDetailsService, toastr: ToastrService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }