/** * Session Commands * * Built-in commands for session management: * - /new - Start a new session * - /list - List all sessions * - /switch - Switch to a different session * - /clear - Clear current session without archiving * - /abort - Cancel in-flight assistant reply (generation / streaming) */ export declare function registerSessionCommands(): void;