declare function isPromise(val: any): boolean;

export = isPromise;
