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