import { HistoryEnv, Path } from './types'; export declare function scopeHistoryEnv(scope: Path, { history, location }: HistoryEnv): HistoryEnv; //# sourceMappingURL=scopeHistoryEnv.d.ts.map