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