/** * Frozen Install Command * Install skills from skills.lock with pinned versions (like npm ci). */ import { Command } from 'commander'; export declare function registerFrozenCommand(program: Command): void; //# sourceMappingURL=frozen.d.ts.map