/** * CI Command * Generate CI/CD workflow files for GitHub Actions, GitLab CI, etc. * (SkillKit calls this "cicd" — we call it "ci") */ import { Command } from 'commander'; /** * Register the ci command */ export declare function registerCiCommand(program: Command): void; //# sourceMappingURL=ci.d.ts.map