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