import { Project } from '../project.entity';
export declare function buildProject(alias: string, path: string): Promise<Project>;
