import * as bt from '@babel/types';
import Map from 'ts-map';
import { NodePath } from 'ast-types/lib/node-path';
export default function resolveLocal(ast: bt.File, variableNames: string[]): Map<string, NodePath>;
