export declare function setupProjectDirs(projectPath: string): Promise; export declare function setupBuildDirs(projectPath: string): Promise; export declare function cleanupBuildDirs(path: string): Promise;