export const EVENTS = {
  START: 'start',
  MODULE_LOAD: 'module:load',
  ERROR: 'error'
} as const;
