declare const _: {
  name: 'Mojo'
  type: 'programming'
  aceMode: 'python'
  extensions: ['.mojo']
  languageId: 1045019587
  tmScope: 'source.mojo'
  codemirrorMode: 'python'
  codemirrorMimeType: 'text/x-python'
  color: '#ff4c1f'
}
export = _
