/** * Wraps an arbitrary value in a Promise so that it can be awaited on */ export declare function asPromise(value: T | PromiseLike): Promise; //# sourceMappingURL=as-promise.d.ts.map