/** * !status command — Show agent status and connection info */ import type { PrefixCommand } from "./command-handler.js"; export declare const statusCommand: PrefixCommand; //# sourceMappingURL=status.d.ts.map