import { AsyncEnumerableLike } from "@reactive-js/async-enumerable"; export declare type Location = { readonly hash: string; readonly pathname: string; readonly search: string; }; export declare const history: AsyncEnumerableLike;