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