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