using System.Collections.Generic; namespace Nebula.UpdateResolver; public record struct ManifestEnsureInfo(HashSet ToDownload, HashSet ToDelete, HashSet FilesExist);