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