declare enum InternalEventTypes { AUTHENTICATION_FAILED = "AUTHENTICATION_FAILED" } export default InternalEventTypes;