interface Dependencies { probe?: () => CodexProbe; write?: (message: string) => void | Promise; env?: NodeJS.ProcessEnv; } interface CodexProbe { versionOutput: string; featuresOutput: string; } export declare function runCodexConnect(argv: readonly string[], dependencies?: Dependencies): Promise; export {}; //# sourceMappingURL=codex-connect.d.ts.map