import type { OPCUAServer } from "./opcua_server"; import type { ServerEngine } from "./server_engine"; import { type Subscription } from "./server_subscription"; /** * * @private */ export declare function installSessionLogging(server: OPCUAServer): void; export declare function installSubscriptionMonitoring(subscription: Subscription): void; export declare function installSessionLoggingOnEngine(serverEngine: ServerEngine): void;