import { Opts } from "../types.js"; import { resolveHistoryLocation } from "./location.js"; import { IHistoryProvider } from "./provider.js"; export { resolveHistoryLocation }; export declare function getHistoryProvider(opts: Opts): IHistoryProvider; //# sourceMappingURL=index.d.ts.map