import * as t from '@babel/types'; import { NodePath } from '@babel/traverse'; declare const _default: (entry: string) => { pre(state: any): void; visitor: { ExportDefaultDeclaration: (path: NodePath) => void; Identifier(path: NodePath): void; }; }; export default _default;