/** * 从 git 中删除文件或文件夹 * @param input 文件或文件夹路径 */ export declare function removeFileOrFolderFromGit(input: string): Promise;