export enum HydeStep { /// the first step of the search-strategy Propose = "propose", /// the second step of the search-strategy Search = "search", /// the end of the search-strategy Evaluate = "evaluate", }