1 | export { parse, parseForESLint, type ParserOptions } from './parser';
|
2 | export { clearCaches, createProgram, type ParserServices, type ParserServicesWithoutTypeInformation, type ParserServicesWithTypeInformation, withoutProjectParserOptions, } from '@typescript-eslint/typescript-estree';
|
3 | export declare const version: string;
|
4 | export declare const meta: {
|
5 | name: string;
|
6 | version: string;
|
7 | };
|
8 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |