export = plugin; declare function plugin({ types }: { types: any; }): { visitor: { ImportDeclaration(path: any, state: any): void; }; };