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<T>(get: (hook: IDataHook) => T | undefined): Promise<T>;
//# sourceMappingURL=waitForRetrieve.d.ts.map