declare const _: {
  name: 'Hack'
  type: 'programming'
  aceMode: 'php'
  extensions: ['.hack', '.hh', '.hhi', '.php']
  languageId: 153
  tmScope: 'source.hack'
  codemirrorMode: 'php'
  codemirrorMimeType: 'application/x-httpd-php'
  color: '#878787'
}
export = _
