import { type AgentAdapter } from './types.js'; /** True when a `codex` binary answers on PATH (the SDK shells out to it). */ export declare function codexBinaryAvailable(): boolean; export declare function createCodexAdapter(): AgentAdapter; //# sourceMappingURL=codex.d.ts.map