/** * Human-readable labels for workflow subagent tool steps (server-side snapshot). * Mirrors the web `tool-friendly-title` rules so IM/TUI and gateway stay aligned. */ export declare function workflowStepLabel(toolName: string, args: Record): { label: string; detail?: string; };