import { Template } from "./paths"; export declare function initializeGitRepository(appPath: string): Promise; export declare function installDependencies(appPath: string): Promise; export declare function updateEnvFile(appPath: string, appName: string): Promise; export declare function copyTemplateFiles(templateName: Template, appPath: string, appName: string): Promise; export declare function allDone(appName: string): Promise; export declare function addStylesDependencies(appPath: string): Promise; //# sourceMappingURL=project-builder-helpers.d.ts.map