import type { AgentAdapter } from "../types/agent.js"; /** * Cline CLI via ACP — `cline --acp`. Cline auth is login-gated through * app.cline.bot (`cline auth`); pre-authenticate once before headless * use. No env var is enforced. */ export declare function createClineAdapter(): AgentAdapter; //# sourceMappingURL=cline.d.ts.map