import type { AgentAdapter } from "../types/agent.js"; /** * Augment Code (Auggie) via ACP — `auggie --acp`. Auth is session-based: * either run `auggie login` once interactively, or set AUGMENT_SESSION_AUTH * to a JSON blob obtained from `auggie token print` (CI/headless flow). */ export declare function createAuggieAdapter(): AgentAdapter; //# sourceMappingURL=auggie.d.ts.map