export function plugins({ types: t }: { types: any; }): { visitor: { Identifier(path: any): void; }; };