/** @packageDocumentation * @module Common */ /** * Custom hook for working with possibly async values. * @beta */ export declare const useAsyncValue: (value: T | PromiseLike) => T | undefined; //# sourceMappingURL=UseAsyncValue.d.ts.map