declare function _exports(babel: any, { importDeclarations }: { importDeclarations: any; }): { visitor: { ImportDeclaration(nodePath: any, state: any): void; }; }; export = _exports;