/** * Wrap an internal Promise */ export declare function wrapAsync Promise) | (() => R)>(implementation: P): Promise;