1export { parse, parseForESLint, ParserOptions } from './parser'; 2export { 3 ParserServices, 4 clearCaches, 5} from '@typescript-eslint/typescript-estree'; 6 7// note - cannot migrate this to an import statement because it will make TSC copy the package.json to the dist folder 8export const version: string = require('../package.json').version; 9