/** * Lockspec Command * Team manifest — pin exact skill versions for reproducible environments * (SkillKit calls this "manifest" — we call it "lockspec") */ import { Command } from 'commander'; /** * Register the lockspec command */ export declare function registerLockspecCommand(program: Command): void; //# sourceMappingURL=lockspec.d.ts.map