import type { NodePath } from '@babel/traverse';
export default function getTypeIdentifier(path: NodePath): NodePath | null;
