import type { AgentAdapter } from './base.js'; import { type CommandRunner } from './command-bridge.js'; export declare function createCodexAgentAdapter(fallback: AgentAdapter, runner?: CommandRunner): AgentAdapter; //# sourceMappingURL=codex.d.ts.map