export { ref, snapshot, subscribe, getVersion, unstable_enableOp, unstable_getInternalStates, unstable_replaceInternalFunction, } from 'valtio/vanilla'; export { proxy, type LensmcpProxyOptions } from './lib/proxy.js'; export { useSnapshot, useTrackedSnapshot, type UseSnapshotOptions } from './lib/snapshot.js'; export { registerStore, tagProxy, storeIdOf, addSubscription, removeSubscription, subscribersFor, subscribersForPathAndParents, resetRegistry, type SubscriptionEntry, } from './lib/store-registry.js'; export type { ValtioUpdateRecord, ValtioStoreRecord, ValtioSubscriptionRecord, ValtioPublishPayload, } from './lib/types.js';