Current File : /home/exataengenharia/public_html/node_modules/browserslist/error.d.ts
declare class BrowserslistError extends Error {
  constructor(message: any)
  name: 'BrowserslistError'
  browserslist: true
}

export = BrowserslistError