import type { NodePath } from '@babel/traverse'; import type { Expression, Function as BabelFunction } from '@babel/types'; export default function resolveFunctionDefinitionToReturnValue(path: NodePath): NodePath | null;