declare const _: {
  name: 'PowerShell'
  type: 'programming'
  aceMode: 'powershell'
  extensions: ['.ps1', '.psd1', '.psm1']
  languageId: 293
  tmScope: 'source.powershell'
  aliases: ['posh', 'pwsh']
  codemirrorMode: 'powershell'
  codemirrorMimeType: 'application/x-powershell'
  color: '#012456'
  interpreters: ['pwsh']
}
export = _
