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