declare function IsPromise(x: PromiseLike): x is Promise; declare function IsPromise(x: unknown): x is Promise; export = IsPromise;