/** * Bootstrap Command * Auto-generate agent instruction files from project context * (SkillKit calls this "primer" — we call it "bootstrap") */ import { Command } from 'commander'; /** * Register the bootstrap command */ export declare function registerBootstrapCommand(program: Command): void; //# sourceMappingURL=bootstrap.d.ts.map