import type babelCore from '@babel/core'; declare type VisitorState = { file: { opts: babelCore.TransformOptions; }; }; export default function prevalPlugin(babel: typeof babelCore): babelCore.PluginObj; export {};