export default function useThenable(create: () => PromiseLike): [boolean, T | undefined];