declare const _: {
  name: 'Groovy'
  type: 'programming'
  aceMode: 'groovy'
  extensions: ['.groovy', '.grt', '.gtpl', '.gvy']
  filenames: ['Jenkinsfile']
  languageId: 142
  tmScope: 'source.groovy'
  codemirrorMode: 'groovy'
  codemirrorMimeType: 'text/x-groovy'
  color: '#4298b8'
  interpreters: ['groovy']
}
export = _
