// This file was automatically generated. Edits will be overwritten export interface Typegen0 { '@@xstate/typegen': true; eventsCausingActions: { forwardDynamicRequestToParent: 'SOURCE_DYNAMIC_VALUE'; forwardDynamicValueSpecialistMachine: 'SOURCE_DYNAMIC_VALUE_RESPONSE'; broadcastFields: 'REFRESH_FIELDS'; assignChanges: 'CHANGE'; startValidation: 'CHANGE'; resetQueue: 'CHANGE'; addProgressToLeaf: 'VALIDATED'; queue: 'VALIDATED'; unqueue: 'INVALIDATED'; assignMachines: 'xstate.init'; deactivateSpecialistMachine: '' | 'DEACTIVATE_STEP'; activateSpecialistMachine: 'ACTIVATE_STEP'; }; internalEvents: { '': { type: '' }; 'xstate.init': { type: 'xstate.init' }; }; invokeSrcNameMap: {}; missingImplementations: { actions: never; services: never; guards: never; delays: never; }; eventsCausingServices: {}; eventsCausingGuards: {}; eventsCausingDelays: {}; matchesStates: | 'initializing' | 'idle' | 'active' | 'active.interaction' | 'active.interaction.pristine' | 'active.interaction.touched' | 'active.interaction.dirty' | 'active.focus' | 'active.focus.blurred' | 'active.focus.focused' | 'submitted' | { active?: | 'interaction' | 'focus' | { interaction?: 'pristine' | 'touched' | 'dirty'; focus?: 'blurred' | 'focused' }; }; tags: never; }