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