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