import { IRouterConfig, Router } from '../classes/Router'; import { History } from 'history'; import { Store } from 'redux'; export declare function createRouter(config: IRouterConfig, history: History): Router;