export declare function installDependencies(projectPath: string, skipConfirmation?: boolean): Promise<boolean>;
