/** * Skill: hummingbot — Professional market making via Hummingbot integration. * * Full-featured integration with the Hummingbot API server covering all 14 * upstream MCP tool capabilities: connector setup, multi-server config, * portfolio, order placement, leverage/position mode, executors (with * preferences), market data (all order book query types), controllers, * bots, gateway (container/config/swaps/CLMM), and history search. * * Also includes Clawnch-specific strategy templates. * * @see https://github.com/hummingbot/hummingbot * @see https://github.com/hummingbot/mcp */ import type { SkillDefinition } from '../types.js'; export declare const hummingbotSkill: SkillDefinition; //# sourceMappingURL=hummingbot.d.ts.map