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