/** * 检测import内容,同时通过sass获取style内容 */ import { NodePath } from '@babel/core'; import * as t from '@babel/types'; declare const _default: (path: NodePath, state: any) => void; export default _default;