import { type ReadableSignal } from '@amadeus-it-group/tansu';
/** Store exposing the location.hash string */
export declare const hash$: ReadableSignal<string>;
