import { HistoryManager } from "./index.js";
declare global {
    interface Window {
        HistoryManager: typeof HistoryManager;
    }
}
export { HistoryManager };
export default HistoryManager;
