export { RESET } from 'jotai/vanilla/utils'; declare type Awaited = T extends Promise ? V : T;