import { Action } from 'redux-actions'; export default function trackHistory(reducer: Function, rawConfig?: {}): (state: any, action: Action) => any;