/** * /status command - Show agent status and session info * * Responds ephemerally with a condensed embed showing connection status * and session information for the current channel. */ import type { SlashCommand } from "./types.js"; export declare const statusCommand: SlashCommand; //# sourceMappingURL=status.d.ts.map