interface Thenable<T> extends PromiseLike<T> {
}
