/** * GC adapter for gjc-tagged tmux sessions. Destructive cleanup is authorized * only for detached pane-less sessions whose exact runtime marker revalidates a * terminal state. Project/branch/orphan heuristics are discovery signals only. */ import type { GcStoreAdapter } from "./gc-runtime"; export declare const tmuxSessionsGcAdapter: GcStoreAdapter;