/** * */ /** * Checks whether a value is a Promise/thenable. * @returns True if the value has a callable `then()` function. */ export declare function isPromise(value: unknown): value is Promise; //# sourceMappingURL=is-promise.d.ts.map