declare const isThenable: (p: unknown) => p is Promise; export default isThenable;