import { NodePath } from '@babel/core'; export default function getNameFromPath(path: NodePath): string | null;