/** * 全局import es-style 和处理一些全局的变量 */ import * as t from '@babel/types'; import { NodePath } from '@babel/core'; declare const _default: (cache: any) => (path: NodePath, state: any) => void; export default _default;