declare const _: {
  name: 'Handlebars'
  type: 'markup'
  color: '#f7931e'
  extensions: ['.handlebars', '.hbs']
  tmScope: 'text.html.handlebars'
  aceMode: 'handlebars'
  languageId: 155
  aliases: ['hbs', 'htmlbars']
}
export = _
