import * as bt from '@babel/types';
import { NodePath } from 'ast-types/lib/node-path';
export default function resolveIdentifier(ast: bt.File, path: NodePath): NodePath | null;
