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