import { Observable } from 'rxjs'; import { IAction } from './actions/action.interface'; export declare type ISaga = (actions$: Observable) => Observable;