declare const _: {
  name: 'Parrot Internal Representation'
  type: 'programming'
  aceMode: 'text'
  extensions: ['.pir']
  languageId: 280
  tmScope: 'source.parrot.pir'
  aliases: ['pir']
  group: 'Parrot'
  interpreters: ['parrot']
}
export = _
