import type { UAObject } from "node-opcua-address-space-base";
export interface UAAggregateFunction_Base {
}
export interface UAAggregateFunction extends UAObject, UAAggregateFunction_Base {
}
