import type { Version } from './Version';
/**
 * A map from hashes to versions
 */
export type HashVersionMap = Record<string, Version>;
