/** * `supen thread` — Inspect agent threads. * * Subcommands: * supen thread list [--agent ] List threads * supen thread show [--agent ] Show thread runtime state and history */ import { Command } from 'commander'; export declare function registerThreadCommand(program: Command): void;