export default BabelPluginTelefunc; import type { PluginObj } from '@babel/core'; import type * as BabelTypes from '@babel/types'; declare function BabelPluginTelefunc(babel: { types: typeof BabelTypes; }): PluginObj;