export declare function createProject(options: { projectName: string; force: boolean; template: 'rich' | 'empty'; type?: 'js' | 'ts'; targetDir?: string; plugin?: boolean; }): Promise;