export declare function Wrap<T>(promise: Promise<T>): Promise<Awaited<T>>;
//# sourceMappingURL=Wrap.d.ts.map