/** * `supen backend` — Manage coding-agent backend selection. * * This controls the daemon's `coding_cli` architecture switch. It is separate * from `supen model`, which selects the LLM provider/model used by backends. */ import { Command } from 'commander'; export declare function registerBackendCommand(program: Command): void;