export { atomWithStore } from 'jotai-redux'; declare type Awaited = T extends Promise ? V : T;