import { CommandLane } from "../process/lanes.js"; export declare const AGENT_LANE_NESTED = CommandLane.Nested; export declare const AGENT_LANE_SUBAGENT = CommandLane.Subagent; export declare function resolveNestedAgentLane(lane?: string): string;