import { NzSafeAny } from '../types/any'; export declare function isPromise(obj: NzSafeAny): obj is Promise;