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