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.
 * Direct read on purpose (plan §4.11): only the ids are consumed here at store init —
 * the open/land action for the same keys is url-dispatch's `legacyBookmarks` arm.
 */
export declare function initBookmarkedFromUrl(rootStore: RootStore): void;
//# sourceMappingURL=init-bookmarks.d.ts.map