export interface CodexMcpSetupResult { ok: boolean; configPath: string; message: string; } export declare function codexConfigPath(): string; export declare function renderCodexMcpServerBlock(command: string[], serverName?: string): string; export declare function setupCodexMcp(configPath: string, command: string[], serverName?: string): CodexMcpSetupResult;