declare const _: {
  name: 'Python traceback'
  type: 'data'
  aceMode: 'text'
  extensions: ['.pytb']
  languageId: 304
  tmScope: 'text.python.traceback'
  color: '#3572A5'
  group: 'Python'
}
export = _
