import type { AgentAdapter } from "../types/agent.js"; /** * Qwen Code (QwenLM/qwen-code) via ACP — `qwen --experimental-acp`. Qwen Code * is BYOK and reads OPENAI_API_KEY, DASHSCOPE_API_KEY, ANTHROPIC_API_KEY, or * GEMINI_API_KEY depending on the configured provider, plus optional * OPENAI_BASE_URL / OPENAI_MODEL overrides for OpenAI-compatible endpoints. * * No env var is enforced — Qwen Code picks whichever provider matches the * configured model. * * Note: the flag is `--experimental-acp` today. Qwen issue #1350 proposes * graduating it to `--acp`; revisit when that lands. */ export declare function createQwenCodeAdapter(): AgentAdapter; //# sourceMappingURL=qwen-code.d.ts.map