/** * 初始化项目命令 * 使用交互式提示让用户选择模板,然后复制模板到当前目录 */ export declare function initProject(): Promise; //# sourceMappingURL=init.d.ts.map