/** * checks whether the value is a promise */ export declare const isAPromise: (obj: unknown) => obj is Promise;