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