/** * Compose Command * Merge multiple skills into a single super-skill. */ import { Command } from 'commander'; export declare function registerComposeCommand(program: Command): void; //# sourceMappingURL=compose.d.ts.map