/** * `principal-ai agent-sessions` — open the Agent Sessions viewer. * * Launches the standalone trail-viewer bundle pointed straight at the Agent * Sessions tab (recent opencode sessions rendered as File City). If a viewer * is already running, hands the tab switch off to it via the IPC socket * instead of spawning a second instance. */ import { Command } from 'commander'; export declare function createAgentSessionsCommand(): Command; //# sourceMappingURL=agent-sessions.d.ts.map