/** True for any thenable — a native `Promise` or a custom PromiseLike. */ export declare function isThenable(value: unknown): value is PromiseLike; //# sourceMappingURL=thenable.d.ts.map