import { Observable } from 'rxjs'; import type { Action } from '../store/state/state-manager'; declare const refreshEpics: ((action$: Observable, state$: { value: any; }) => Observable)[]; export default refreshEpics;