export declare const isPromiseLike: <R>(val: unknown) => val is PromiseLike<R>;
//# sourceMappingURL=utils.d.ts.map