import type { Importer } from '../parse';
import type { NodePath } from 'ast-types/lib/node-path';
export default function resolveExportDeclaration(path: NodePath, importer: Importer): NodePath[];
