class AppState { registrationEnabled: boolean; currentlyInEvent: boolean; } export default AppState;