import type { LifecycleRegistry } from "#src/lifecycle-controller"; import { type TmuxManager } from "#src/tmux-manager"; import type { SubagentTracker } from "#src/tracker"; export declare const STEER_TOOL_NAME: "steer_subagent"; export declare const STEER_TOOL_LABEL = "Steer subagent (tmux)"; export declare const STEER_TOOL_DESCRIPTION: string; export declare const steerParams: import("@sinclair/typebox").TObject<{ agent_id: import("@sinclair/typebox").TString; message: import("@sinclair/typebox").TOptional; kill: import("@sinclair/typebox").TOptional; }>; export declare function executeSteer(_toolCallId: string, params: Record, tracker: SubagentTracker, tmux: TmuxManager, registry: LifecycleRegistry): Promise<{ content: { type: "text"; text: string; }[]; details: unknown; }>; //# sourceMappingURL=steer.d.ts.map