import { Weshop } from '../../typings/index'; /** * 初始化小程序模版 * @param projectDir 项目名 * @param mpType 小程序类型 */ export declare function initMpTemplate(projectDir: string, mpType: Weshop.mpType): Promise; /** * 初始化协同办公模版 * @param projectDir 项目名 */ export declare function initXtbgTemplate(projectDir: string, xtbgType: Weshop.xtbgType): Promise; /** * 初始化网厅模版 * @param projectDir 项目名 */ export declare function initWangtingTemplate(projectDir: string, wangtingType: Weshop.wangtingType): Promise; export declare function initWeshopPluginTemplate(projectDir: string): Promise; /** * 从 GNPM 安装模版 * @param cwd 执行路径 * @param packageName 模版包名 */ export declare function installTemplate(cwd: string, packageName: string): Promise; //# sourceMappingURL=init.d.ts.map