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<t.ImportDeclaration>): void;
        VariableDeclarator(path: Babel.NodePath<t.VariableDeclarator>): void;
    };
};
