export declare function isPromise(x: unknown): x is Promise; export declare function isPromiseLike(x: unknown): x is PromiseLike; //# sourceMappingURL=isPromise.d.ts.map