import babel, { PluginObj } from '@babel/core'; export default function reactRefreshPlugin({ types: t, }: typeof babel): PluginObj;