import type { CodexReleaseProcess } from "./release-processes.js"; /** Printed for a user to review and run; never executed by the release flow. */ export declare function manualCodexShutdownScript(processes: CodexReleaseProcess[], platform?: NodeJS.Platform): string | undefined;