// Keep in sync with the `.js` file.
declare const MODERN_BROWSERSLIST_TARGET: [
  'chrome 64',
  'edge 79',
  'firefox 67',
  'opera 51',
  'safari 12'
]

export default MODERN_BROWSERSLIST_TARGET
