/** * Claude Code agent implementation * Implements the Agent interface for Claude Code */ import type { Agent } from "../../../cli/features/agentRegistry.js"; /** * Claude Code agent implementation */ export declare const claudeCodeAgent: Agent; //# sourceMappingURL=agent.d.ts.map