import type { ToolKind } from "@agentclientprotocol/sdk"; import type { Tool } from "@strands-agents/sdk"; import { INTERNAL_ALWAYS_ALLOWED } from "../../core/state/tool-approvals.js"; export { INTERNAL_ALWAYS_ALLOWED }; export declare function inferToolKind(toolName: string): ToolKind; export declare function toolDisplayTitle(toolName: string, tool: Tool | undefined): string;