export declare const swarmCollaborationTools: { delegateTask: import("ai").Tool<{ targetAgent: string; task: string; priority: "medium" | "high" | "low"; }, { status: string; targetAgent: string; message: string; instruction: string; }>; readCorporateContext: import("ai").Tool, { content: string; }>; updateCorporateContext: import("ai").Tool<{ content: string; mode: "append" | "overwrite"; }, { status: string; message: string; }>; accessDepartmentalMemory: import("ai").Tool<{ department: "Strategy" | "Engineering" | "Growth" | "Operations" | "Data" | "Security" | "Revenue"; }, { department: "Strategy" | "Engineering" | "Growth" | "Operations" | "Data" | "Security" | "Revenue"; content: string; }>; }; //# sourceMappingURL=swarm-collaboration.tool.d.ts.map