declare function isPromise(obj: PromiseLike | T): obj is PromiseLike; export { isPromise };