declare const isPromiseLike: (value: any) => value is Promise; export default isPromiseLike;