import * as Babel from '@umijs/bundler-utils/compiled/babel/core'; import * as t from '@umijs/bundler-utils/compiled/babel/types'; export default function (): { visitor: { ImportDeclaration(path: Babel.NodePath): void; VariableDeclarator(path: Babel.NodePath): void; }; };