import * as TSESLint from '../ts-eslint'; import { ParserServices } from '../ts-estree'; /** * Try to retrieve typescript parser service from context */ declare function getParserServices(context: Readonly>, allowWithoutFullTypeInformation?: boolean): ParserServices; export { getParserServices }; //# sourceMappingURL=getParserServices.d.ts.map