import type { ParserServicesWithoutTypeInformation, ParserServicesWithTypeInformation } from '@typescript-eslint/utils'; import { RuleContext } from '@typescript-eslint/utils/ts-eslint'; export declare const getParserServices: >(context: TRuleContext) => Partial | Partial | undefined;