/** * Network tools for Android devices. */ import type { ToolDefinition } from "./registry.js"; export declare const networkTools: ToolDefinition[]; //# sourceMappingURL=network-tools.d.ts.map