import { HistoryEnv } from '../types';
/**
* Create A History Environment that works in browser and non-browser environments
* @param href :: initial href to use
*/
export declare function createServerHistoryEnv(href?: string): HistoryEnv;
//# sourceMappingURL=createServerHistoryEnv.d.ts.map