/** * 清理 git 缓存目录 * @param args * @param param1 */ export declare function clearGitCache(args: { dryRun?: boolean; }): string;