declare function isPromise(p: unknown): p is Promise; export default isPromise;