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

export default _
