import RootStore from "../RootStore";
/**
 * Parses bookmarks from the ?b= / ?ba= URL parameter and applies them to all stores.
 * Must be called AFTER all entities (exhibitors, events, speakers, booths) are loaded.
 */
export declare function initBookmarkedFromUrl(rootStore: RootStore): void;
//# sourceMappingURL=init-bookmarks.d.ts.map