import type { ResolvedToolDefinition } from "#runtime/types.js";
/**
 * Stable model-visible name for the root-only agent delegation tool.
 */
export declare const AGENT_TOOL_NAME = "agent";
/**
 * Model-facing instructions for the root-only agent delegation tool.
 */
export declare const AGENT_TOOL_DESCRIPTION: string;
/**
 * Shared metadata for the root-only agent delegation tool.
 */
export declare const AGENT_TOOL_DEFINITION: ResolvedToolDefinition;
