import { SearchStoreName } from "../store/search.store"; /** * Tracking session shared by all components of one search store realm, so a search and the * result and product events it leads to arrive under the same session_id. Widgets outside the * search store, such as VPR, keep their own session. */ export declare const getUiSessionId: (storeName: SearchStoreName) => string;