/**
 * OPC UA Address Configuration Tool
 *
 * MCP tool for configuring OPC UA address settings on datapoint elements.
 */
import type { ServerContext } from '../../types/index.js';
/**
 * Register OPC UA Address Configuration tool
 * @param server - MCP server instance
 * @param context - Server context with winccoa, configs, etc.
 * @returns Number of tools registered
 */
export declare function registerTools(server: any, context: ServerContext): number;
//# sourceMappingURL=opcua_address.d.ts.map