/** * Blueprint Command * Structured development plans with milestones and tasks * (SkillKit calls this "plan" — we call it "blueprint") */ import { Command } from 'commander'; /** * Register the blueprint command */ export declare function registerBlueprintCommand(program: Command): void; //# sourceMappingURL=blueprint.d.ts.map