export declare const isPromiseLike: <T = any>(x: any) => x is Promise<T>;
//# sourceMappingURL=is-promiselike.d.ts.map