import type { ServerWithTools, ToolContext } from "./types.js"; export declare function registerNetworkTools(server: ServerWithTools, context: ToolContext): void; //# sourceMappingURL=network.d.ts.map