declare function _exports({ types: t }: { types: any; }): { name: string; visitor: { ImportDeclaration: (path: any) => void; }; }; export = _exports;