/**
 * Marketplace Command Handler
 *
 * Implements `aiwg marketplace <subcommand>` for discovering and listing
 * packages across all configured marketplace sources (local, ClawHub,
 * OpenClaw, etc.).
 *
 * Subcommands:
 *   search <query>    Fan-out search to all adapters, display with source attribution
 *   list              List installed marketplace packages
 *
 * Flags:
 *   --source <id>     Limit to a single adapter (e.g. clawhub, openclaw, local)
 *   --json            Emit structured JSON for programmatic use
 *
 * @implements #805
 */
import type { CommandHandler } from './types.js';
export declare const marketplaceHandler: CommandHandler;
//# sourceMappingURL=marketplace.d.ts.map