import type { UAObject, UAObjectType, UAVariable, UAVariableType } from "node-opcua-address-space-base"; export declare function implementInterface(uaNode: UAObject | UAObjectType | UAVariable | UAVariableType, interfaceType: UAObjectType, optionals?: string[], isModellingType?: boolean): void;