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