declare const _: {
  name: 'Nushell'
  type: 'programming'
  aceMode: 'sh'
  extensions: ['.nu']
  languageId: 446573572
  tmScope: 'source.nushell'
  aliases: ['nu-script', 'nushell-script']
  codemirrorMode: 'shell'
  codemirrorMimeType: 'text/x-sh'
  color: '#4E9906'
  interpreters: ['nu']
}
export = _
