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