declare function _exports({ types: t }: { types: any; }): { visitor: { ImportDeclaration: (path: any, state: any) => void; }; }; export = _exports; //# sourceMappingURL=index.d.ts.map