export { atomWithMachine, RESTART } from 'jotai-xstate'; declare type Awaited = T extends Promise ? V : T;