export declare const isPromise: (response: T | Promise | undefined) => response is Promise;