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