import type { HashHistory } from "../types";
/**
 * A hash history singleton you can use as the default history instance.
 *
 * @type {HashHistory}
 */
declare const hashHistory: HashHistory;
export default hashHistory;
