import type { TSESTree } from '@typescript-eslint/utils'; export declare function getParentFunctionNode(node: TSESTree.Node): TSESTree.ArrowFunctionExpression | TSESTree.FunctionDeclaration | TSESTree.FunctionExpression | null; //# sourceMappingURL=getParentFunctionNode.d.ts.map