import { History, Location, UnregisterCallback } from 'history'; export declare class HistoryManager { occupied?: { history: History; location: Location; }; storage: Map, UnregisterCallback>; register: (addable: History) => void; unregister: (removable: History) => void; } //# sourceMappingURL=history-manager.d.ts.map