export type Subscribable = { get(): T; subscribe(callback: () => void): () => void; };