/** * Codex MCP install/uninstall/status commands. * * Uses the Codex CLI MCP manager so the server is registered in * ~/.codex/config.toml under mcp_servers.. */ export declare const MCP_ENTRY_KEY = "agent_awareness"; export declare const LEGACY_MCP_ENTRY_KEY = "agent-awareness"; export declare function resolveServerScript(): Promise; export declare function codexMcpInstall(): Promise; export declare function codexMcpUninstall(): Promise; export declare function codexMcpStatus(): Promise;