declare const _: {
  name: 'Tcsh'
  type: 'programming'
  aceMode: 'sh'
  extensions: ['.tcsh', '.csh']
  languageId: 368
  tmScope: 'source.shell'
  codemirrorMode: 'shell'
  codemirrorMimeType: 'text/x-sh'
  group: 'Shell'
  interpreters: ['tcsh', 'csh']
}
export = _
