Module FileRenamings.VISIBLE_FOR_TESTING_DO_NOT_USE_DIRECTLY
type renaming = {current : string;previous : string;
}val equal : t -> t -> boolval pp : Stdlib.Format.formatter -> t -> unitval find_previous : t -> string -> stringval from_json : string -> t