export type ValueSubscription = { name: string; readStable(): T; subscribe(onUpdate: () => void): () => void; }; //# sourceMappingURL=value-subscription.d.ts.map