import { History, Location, To } from '@remix-run/router';
import { UrlHistoryOptions } from './UrlHistoryOptions.type';
export declare function getUrlBasedHistory(getLocation: (window: Window, globalHistory: Window['history']) => Location, createHref: (window: Window, to: To) => string, validateLocation: ((location: Readonly<Location>, to: To) => void) | null, options?: UrlHistoryOptions): History;
//# sourceMappingURL=getUrlBasedHistory.d.ts.map