export type Updater = (updater: (value: T) => void) => void;