import type { ExtensionObject } from "node-opcua-extension-object";
export interface DTStructure {
}
export interface UDTStructure extends ExtensionObject, DTStructure {
}
