import type { ParsedArgs } from "./types"; export declare function handleRunCreate(parsed: ParsedArgs): Promise; export declare function handleRunRebuildState(parsed: ParsedArgs): Promise; export declare function handleRunRepairJournal(parsed: ParsedArgs): Promise; export declare function handleRunRecoverProcessError(parsed: ParsedArgs): Promise; /** * run:halt — operator-driven seal of a divergent run. * * Writes a synthetic terminal event (RUN_COMPLETED or RUN_FAILED) with the * correct seq + ulid, copies the completionProof from run.json, records the * --reason for audit (manual_seal_reason), and rebuilds the state cache so the * run reaches a clean terminal state without hand-crafting journal files. * See issue #880. */ export declare function handleRunHalt(parsed: ParsedArgs): Promise; //# sourceMappingURL=runCreate.d.ts.map