export declare function isPromise<T>(p: any): p is Promise<T>;
export declare function isPromise(p: any): p is Promise<any>;
