/** * 从组件文件夹创建最小可运行的 Vue 项目,并压缩为 ZIP 包 * @param componentFolderPath 组件文件夹路径(包含 index.vue,导出一个 vue 组件) * @param outputDir 输出目录(临时目录,用于存放生成的工程和 zip) * @returns ZIP 包的路径 */ export declare function packageComponent(componentFolderPath: string, outputDir: string): Promise; //# sourceMappingURL=packageComponent.d.ts.map