/** * Team Command Handler * * Extends Claude Code's native agent teams feature to all 9 AIWG providers. * Provides a provider-agnostic abstraction for declaring, deploying, and * invoking agent teams. On Claude Code, delegates to native team mechanisms. * On all other providers, emulates via aiwg mc (Mission Control) orchestration. * * Subcommands: run, list, info * * @issue #598 */ import type { CommandHandler } from './types.js'; export declare const teamHandler: CommandHandler; /** * All team-related handlers for bulk registration */ export declare const teamHandlers: CommandHandler[]; //# sourceMappingURL=team.d.ts.map