export declare function addScriptsToPackageJson(scripts: any, name: string, description: string, author: string, email: string): Promise<void>;
export declare function validateProjectDirectory(name: string): Promise<boolean>;
export declare function installDependencies(package_manager: string | undefined, projectName: string): Promise<void>;
