import type { PromiseLikeAsyncState } from "../types.js"; import type { lazyValue } from "./use-lazy-value.js"; import type { Falsy } from "@reactive-dot/core/internal.js"; import type { Observable } from "rxjs"; /** * @internal */ export declare function useAsyncData | Observable | Falsy>(future: ReturnType>): PromiseLikeAsyncState ? Value : T extends Observable ? Value_1 : never>; //# sourceMappingURL=use-async-data.d.ts.map