export type Store = readonly [ (onStoreChange: () => void) => () => void, () => T ];