import { PluginObj } from '@babel/core'; import { PluginState } from './types'; export default function plugin(): PluginObj;