import { Epic } from 'redux-observable'; import { Action, AppState } from '../redux/reducer'; declare type InputActions = Action; declare type OutputActions = Action; export declare type BasicEpic = Epic; export {};