import type { ExtractedUrl } from "./types.js"; /** * Determine if a tool call represents a network-related action. * Uses tool name matching and URL presence in tool input. */ export declare function isNetworkCall(toolName: string | null, urls: ExtractedUrl[]): boolean; //# sourceMappingURL=classify.d.ts.map