/** * Wrap a value in a promise if it has not already been. */ export default function wrapWithPromise(value: T): Promise; //# sourceMappingURL=wrapWithPromise.d.ts.map