import type { CodexScriptOptions } from './CodexScriptOptions';
/**
 * Builds the shell script that runs Codex with the prompt and coding context.
 */
export declare function buildCodexScript(options: CodexScriptOptions): string;
