import type { ToolCategory } from './providers/anthropic-direct/types.js'; export type { ToolCategory }; export declare const SUBAGENT_TOOLS: Set; export declare const SKILL_TOOLS: Set; export declare const DAG_TOOLS: Set; export declare const NESTING_TOOLS: Set; export declare const READ_ONLY_PHASE_TOOLS: readonly string[]; export declare const STREAM_CUT_RETRY_SAFE_TOOLS: readonly string[]; export declare function categorizeTool(name: string): ToolCategory; export declare function dispatchTagForCategory(cat: ToolCategory): string | undefined;