import { IDataHook } from "model-react"; /** * Waits for a given value to become available, listening for updates using data hooks * @param get The getter to retrieve a value * @returns The obtained value */ export declare function waitForRetrieve(get: (hook: IDataHook) => T | undefined): Promise; //# sourceMappingURL=waitForRetrieve.d.ts.map