/** * Networking CLI Commands - 3 commands mapping to networking MCP tools */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerNetworkingCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=networking-commands.d.ts.map