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