declare const _: {
  name: 'NumPy'
  type: 'programming'
  aceMode: 'text'
  extensions: ['.numpy', '.numpyw', '.numsc']
  languageId: 254
  tmScope: 'none'
  codemirrorMode: 'python'
  codemirrorMimeType: 'text/x-python'
  color: '#9C8AF9'
  group: 'Python'
}
export = _
