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