/** * Thinking Commands * * Built-in commands for thinking ability management: * - /think - Set thinking level * - /reasoning - Set reasoning visibility * - /verbose - Set verbose mode * - /status - Show current status (including thinking/reasoning/verbose) */ export declare function registerThinkingCommands(): void;