namespace Implab { public enum PromiseState { Pending, Fulfilled, Rejected } }