export { atomWithImmer, useImmerAtom, withImmer } from 'jotai-immer'; declare type Awaited = T extends Promise ? V : T;