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