export * from 'valtio/vanilla/utils'; export * from 'valtio/react/utils'; declare type Awaited = T extends Promise ? V : T;