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