/** * Steward Command Handler * * Provider capability awareness and command routing intelligence for the AIWG Steward. * Reads the canonical capability matrix and answers: * - What does my current provider support natively? * - What command should I use for feature X? * - Which providers support feature Y? * * Subcommands: * aiwg steward capabilities --provider Show capabilities for a provider * aiwg steward capabilities --feature Show provider support for a feature * aiwg steward capabilities --all Full capability matrix * aiwg steward find --capability Routing advice for current provider * * @source @src/cli/router.ts * @issue #599 #1261 #1262 */ import type { CommandHandler } from './types.js'; export declare const stewardHandler: CommandHandler; export declare const stewardHandlers: CommandHandler[]; //# sourceMappingURL=steward.d.ts.map