export declare function isPromiseLike<T>(value: T | PromiseLike<T>): value is PromiseLike<T>;
//# sourceMappingURL=utils.d.ts.map