export declare function getControlState(id: string): Promise<'RUNNING' | 'PAUSED'>; export declare const swarmOpsTools: { pauseDepartment: import("ai").Tool<{ department: "Strategy" | "Engineering" | "Growth" | "Operations" | "Data" | "Security" | "Revenue"; sessionId: string; }, { status: string; department: "Strategy" | "Engineering" | "Growth" | "Operations" | "Data" | "Security" | "Revenue"; scope: string; }>; resumeDepartment: import("ai").Tool<{ department: "Strategy" | "Engineering" | "Growth" | "Operations" | "Data" | "Security" | "Revenue"; sessionId: string; }, { status: string; department: "Strategy" | "Engineering" | "Growth" | "Operations" | "Data" | "Security" | "Revenue"; scope: string; }>; }; /** * Peer-to-Peer Message Bus factory tool. * Dynamically launches a peer specialist in a Joint War Room sub-thread. */ export declare function getCollaborateWithPeerTool(callingAgentName: string): import("ai").Tool<{ peerKey: string; task: string; context?: string | undefined; }, { sender: string; recipient: string; task: string; responseReport: string; }>; //# sourceMappingURL=swarm-ops.tool.d.ts.map