import { Plugin, ProjectType } from '@tuzki/scaffold-types'; interface PluginCoreOptions { /** 项目类型 */ presetType: ProjectType; /** 框架类型 */ frameworkType: 'react'; } declare const plugin: Plugin; export default plugin;