import { UAObject } from "node-opcua-address-space-base"; import { BaseNodeImpl } from "./base_node_impl"; export type ConditionRefreshCache = Map; export declare function apply_condition_refresh(this: BaseNodeImpl, cache?: ConditionRefreshCache): void;