/** * System Commands * * Built-in system commands: * - /help - Show help message * - /start - Welcome message * - /settings - Show settings */ export declare function registerSystemCommands(): void;