declare function installDependencies(cwd: string): Promise<void>;
export default installDependencies;
