declare const _: {
  name: 'AutoIt'
  type: 'programming'
  color: '#1C3552'
  extensions: ['.au3']
  tmScope: 'source.autoit'
  aceMode: 'autohotkey'
  languageId: 27
  aliases: ['au3', 'AutoIt3', 'AutoItScript']
}
export = _
