import { Thenable } from '../types'; export declare function isThenable(obj: unknown): obj is Thenable;