import { Action, AppState } from '../redux/reducer'; export declare function onAction(state: AppState, action: Action, dispatch: (action: Action) => void): Promise;