import { NodePath } from 'babel-traverse'; import { Program } from 'babel-types'; export default function (api: any): { visitor: { Program(path: NodePath, state: any): void; }; };