import type { AgentAdapter } from "../types/agent.js"; /** * Mistral Vibe via ACP — installs a separate `vibe-acp` binary that * speaks ACP directly (the interactive TUI lives in `vibe`). * Requires MISTRAL_API_KEY. */ export declare function createMistralVibeAdapter(): AgentAdapter; //# sourceMappingURL=mistral-vibe.d.ts.map