/** * Model Commands * * Built-in commands for model management: * - /models - List models with display names and `provider/model` refs for /switch * - /switch - Switch model using the ref from /models * - /usage - Show token usage statistics */ export declare function registerModelCommands(): void;