import type { AgentAdapter } from "../types/agent.js"; /** * SDK-based Claude adapter. Uses `claude-agent-acp` — an ACP bridge built * on the official Claude Agent SDK — to communicate with Claude via the * Agent Client Protocol over stdio. * * MCP servers are passed through the ACP `session/new` call rather than * written to .mcp.json in the workspace. */ export declare function createClaudeSdkAdapter(): AgentAdapter; //# sourceMappingURL=claude-sdk.d.ts.map