import { Observable } from 'rxjs'; import { IState, IAction, IActionEpic, StateChange, IStore } from '../types'; export declare function on(action: A['type'] | Array, state$: Observable>, dispatch: IStore['dispatch']): Observable>;