import { Observable } from '@legendapp/state'; interface Options { setter: 'pushState' | 'replaceState' | 'hash'; } declare function configurePageHashParams(options: Options): void; declare const pageHashParams: Observable>; export { configurePageHashParams, pageHashParams }; //# sourceMappingURL=pageHashParams.d.ts.map