declare const _: {
  name: 'TOML'
  type: 'data'
  color: '#9c4221'
  extensions: ['.toml']
  tmScope: 'source.toml'
  aceMode: 'toml'
  languageId: 365
  codemirrorMode: 'toml'
  codemirrorMimeType: 'text/x-toml'
  filenames: [
    'Cargo.lock',
    'Cargo.toml.orig',
    'Gopkg.lock',
    'Pipfile',
    'pdm.lock',
    'poetry.lock',
    'uv.lock',
  ]
}
export default _
