export { queryClientAtom } from 'jotai-tanstack-query'; declare type Awaited = T extends Promise ? V : T;