/** * `supen model` — Manage provider/model selection in ~/.supen/config.yaml. * * The daemon reads `config.yaml.providers`, so this command must keep that * array as the single source of truth. */ import { Command } from 'commander'; export declare function registerModelCommand(program: Command): void;