import { ObjectType } from '../types'; export declare const genComponentJson: () => Promise; export declare const genComponentEntry: () => Promise; export declare const genComponentVetur: () => Promise; /** * 打包组件 * 1、将组件打包为esmodule格式 * 2、将组件打包为commonjs格式 */ export declare const buildPackage: () => Promise;