import type { TSESTree } from '@typescript-eslint/utils';
import type { ParserServicesWithTypeInformation } from '@typescript-eslint/typescript-estree';
export declare function getTypeFromTreeNode(node: TSESTree.Node, services: ParserServicesWithTypeInformation): import("typescript").Type;