// This file was automatically generated. Edits will be overwritten export interface Typegen0 { '@@xstate/typegen': true; eventsCausingActions: { broadcastFocus: 'FOCUS'; debounceKeystroke: 'KEYSTROKE'; assignValue: 'STOPPED'; notifyParent: 'STOPPED'; assignHelperMachines: 'xstate.init'; }; internalEvents: { 'xstate.init': { type: 'xstate.init' }; }; invokeSrcNameMap: {}; missingImplementations: { actions: never; services: never; guards: never; delays: never; }; eventsCausingServices: {}; eventsCausingGuards: {}; eventsCausingDelays: {}; matchesStates: | 'value' | 'value.idle' | 'value.typing' | 'hasDecimal' | 'hasDecimal.false' | 'hasDecimal.true' | { value?: 'idle' | 'typing'; hasDecimal?: 'false' | 'true' }; tags: never; }