import { StateMachineConfig } from'./stateMachine';
/**
* Pure configuration for the player state machine
* All side effects are handled through named actions
*/exportdeclareconstplayerStateMachineConfig: StateMachineConfig;
//# sourceMappingURL=stateMachineConfig.d.ts.map