import type { Plugin } from "@opencode-ai/plugin"; /** The machine-stable half of the retirement line. The suite asserts on THIS, never on the sentence * around it: a guard keyed on human prose dies the first time someone rewords a log message, and it * dies silently, which is the failure mode a guard exists to prevent. Reword the sentence freely; * do not change this token without updating the cells that import it. */ export declare const SESSION_RETIRED = "opencode-session-retired"; /** A bounded wait gave up. Exported so a cell keys on the token rather than on the sentence. */ export declare const SETTLE_ABANDONED = "opencode-settle-abandoned"; /** A retired session's write-ahead log was removed. Exported for the same reason as the two above: * a cell keys on the token, never on the sentence around it. */ export declare const WAL_REAPED = "opencode-wal-reaped"; /** A retired session's write-ahead log was KEPT, and the line says which of the reasons applied. * This is the token the reaping cell grades, because the lifetime is the claim and the deletion is * only the easy half of it. */ export declare const WAL_KEPT = "opencode-wal-kept"; export declare const cotal: Plugin; //# sourceMappingURL=plugin.d.ts.map