/** * `adapters models` subcommands. * * @see docs/10-cli-reference.md Section 10 */ import type { AgentMuxClient } from '@a5c-ai/comm-adapter'; import type { ParsedArgs } from '../parse-args.js'; export declare function modelsCommand(client: AgentMuxClient, args: ParsedArgs): Promise;