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