import type { GlobalState } from "../../shared/types"; export declare const history: import("history").BrowserHistory; export { Action } from "history"; export declare const resetParams: () => void; export declare const modifyParams: (globalState: GlobalState) => void; export declare const getHref: (params: Partial) => string;