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