/** * bus — Agent Skill Bus native API (11 subcommands) * Integrated from miyabi-hub — uses agent-skill-bus SDK directly */ import { Command } from "commander"; export declare function registerBusCommand(program: Command): void; //# sourceMappingURL=bus.d.ts.map