declare function isPromise(obj: unknown): obj is Promise; export { isPromise };