import { Command } from 'commander'; export declare function buildCodexArgs(args: string[], cwd?: string): string[]; /** * Start the official CLI through the daemon-owned app-server bridge. The * daemon remains the one runtime and event authority; this command only gives * the local terminal a native Codex client attached to it. */ export declare function registerCodexCommand(program: Command): void; export declare function requestCodexControl(url: string, action: string, threadId: string): Promise>;