/** * Method Command * Methodology packs — apply development methodologies as skills */ import { Command } from 'commander'; export declare function registerMethodCommand(program: Command): void; //# sourceMappingURL=method.d.ts.map