- import type { ExportDefaultDeclaration, ExportNamedDeclaration } from '@babel/types';
- import type { NodePath } from '@babel/traverse';
- export default function resolveExportDeclaration(path: NodePath<ExportDefaultDeclaration | ExportNamedDeclaration>): NodePath[];
|