import type { ParserServices } from '@typescript-eslint/utils';
import type { ParserServicesWithTypeInformation } from '@typescript-eslint/typescript-estree';
export declare function isParserServicesWithTypeInformation(services: Partial<ParserServices> | undefined): services is ParserServicesWithTypeInformation;
