export declare function isPromise<R = any>(subject: unknown): subject is Promise<R>;
//# sourceMappingURL=isPromise.d.ts.map