import type { Visitor } from '@babel/traverse'; export declare type IOpts = { flag?: string; }; export default function (): { visitor: Visitor<{}>; };