export declare const isPromise: (value: unknown) => value is PromiseLike<unknown>;
