export declare function createProjectInCwd(projectName: string): Promise; export declare function deleteProjectFromCwd(projectName: string): Promise;