import type { ToolDefinition } from "../tool-registry.js"; /** MCP tools for agent inter-process communication (streams/pipes). */ export declare const ipcTools: ToolDefinition[]; //# sourceMappingURL=ipc.d.ts.map