declare const _: {
  readonly name: 'OCaml'
  readonly type: 'programming'
  readonly aceMode: 'ocaml'
  readonly extensions: readonly [
    '.ml',
    '.eliom',
    '.eliomi',
    '.ml4',
    '.mli',
    '.mll',
    '.mly',
  ]
  readonly languageId: 255
  readonly tmScope: 'source.ocaml'
  readonly codemirrorMode: 'mllike'
  readonly codemirrorMimeType: 'text/x-ocaml'
  readonly color: '#ef7a08'
  readonly interpreters: readonly ['ocaml', 'ocamlrun', 'ocamlscript']
}

export default _
