import type { UAObject, UAVariable } from "../api/index.js"; import type { UAObjectImpl } from "./ua_object_impl.js"; export type ConditionRefreshCache = Map; export declare function apply_condition_refresh(this: UAObject | UAVariable, cache?: ConditionRefreshCache): void;