export { atomWithProxy } from 'jotai-valtio'; declare type Awaited = T extends Promise ? V : T;