export * from 'jotai/vanilla/utils'; export * from 'jotai/react/utils'; declare type Awaited = T extends Promise ? V : T;