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