declare const _: {
  readonly name: 'JSON'
  readonly type: 'data'
  readonly aceMode: 'json'
  readonly extensions: readonly [
    '.json',
    '.4DForm',
    '.4DProject',
    '.avsc',
    '.geojson',
    '.gltf',
    '.har',
    '.ice',
    '.JSON-tmLanguage',
    '.json.example',
    '.jsonl',
    '.mcmeta',
    '.sarif',
    '.tact',
    '.tfstate',
    '.tfstate.backup',
    '.topojson',
    '.webapp',
    '.webmanifest',
    '.yy',
    '.yyp',
  ]
  readonly filenames: readonly [
    '.all-contributorsrc',
    '.arcconfig',
    '.auto-changelog',
    '.c8rc',
    '.htmlhintrc',
    '.imgbotconfig',
    '.nycrc',
    '.tern-config',
    '.tern-project',
    '.watchmanconfig',
    'MODULE.bazel.lock',
    'Package.resolved',
    'Pipfile.lock',
    'bun.lock',
    'composer.lock',
    'deno.lock',
    'flake.lock',
    'mcmod.info',
  ]
  readonly languageId: 174
  readonly tmScope: 'source.json'
  readonly aliases: readonly ['geojson', 'jsonl', 'sarif', 'topojson']
  readonly codemirrorMode: 'javascript'
  readonly codemirrorMimeType: 'application/json'
  readonly color: '#292929'
}

export default _
