import { HistoryEnv } from './types'; /** * Create a HistoryEnv for the browser. */ export declare function createHistoryEnv(): HistoryEnv; //# sourceMappingURL=createHistoryEnv.d.ts.map