export default function createLocationStore(options?: {}): { state: Observable; intercept(interceptor: any): () => void; actions: {}; }; import { Observable } from "rxjs"; //# sourceMappingURL=createLocationStore.d.ts.map