import { History } from '../../types/HistoryLocation'; export declare const setHistory: (h: History) => History; export declare const getHistory: () => History; export declare const getLocation: () => import("history").Location;