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