import type { TSESTree } from '@typescript-eslint/utils'; export declare function getThisExpression(node: TSESTree.Node): TSESTree.ThisExpression | undefined;