import { NodePath } from 'ast-types/lib/node-path';
import Map from 'ts-map';
export default function resolveExportDeclaration(path: NodePath): Map<string, NodePath>;
