import type { TungstenBaseComponent } from '../Components.jsx'; import type { TrueStore } from './makeStore.js'; import type { Key } from '../Key.js'; export type SubscribedElements = Map, Set>; export type StoreSubscriptionsMap = Map, SubscribedElements>; //# sourceMappingURL=StoreSubscriptions.types.d.ts.map