import type { AgentMuxClient } from '@a5c-ai/comm-adapter'; import type { ParsedArgs } from '../../parse-args.js'; import type { FlagDef } from '../../parse-args.js'; export declare const GATEWAY_FLAGS: Record; export declare function gatewayCommand(_client: AgentMuxClient, args: ParsedArgs): Promise;