import type { EventObject, InterpreterOptions, MachineOptions, StateMachine, Typestate } from 'xstate'; import type { Getter } from 'jotai-expose-store'; export declare function atomWithMachine = { value: any; context: TContext; }>(getMachine: StateMachine | ((get: Getter) => StateMachine), getOptions?: (Partial & Partial>) | ((get: Getter) => Partial & Partial>)): any;